For #5694 - Changes migration list item 'Logins' to 'Passwords'

fennec/nightly
codrut.topliceanu 4 years ago committed by Emily Kager
parent 75e0baf59c
commit f5715df104

@ -91,7 +91,7 @@ class MigrationProgressActivity : AbstractMigrationProgressActivity() {
internal val whiteList = mapOf(
Bookmarks to R.string.preferences_sync_bookmarks,
History to R.string.preferences_sync_history,
Logins to R.string.preferences_sync_logins,
Logins to R.string.migration_text_passwords,
Settings to R.string.settings_title
)

@ -1172,6 +1172,8 @@
<string name="migration_update_app_button">Start %s</string>
<!-- Accessibility description text for completed migration item (e.g. Bookmarks, History). Placeholder replaced with app name -->
<string name="migration_icon_description">Migration status: %s</string>
<!--Text on list of migrated items (e.g. Settings, History, etc.)-->
<string name="migration_text_passwords">Passwords</string>
<!-- Site Permissions Preferences -->
<!-- Preference for reducing image sizes, bandwidth and platform-level optimizations -->

Loading…
Cancel
Save