1
0
Fork 0

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

master
codrut.topliceanu 2020-02-05 14:32:54 +02:00 committed by Emily Kager
parent 75e0baf59c
commit f5715df104
2 changed files with 3 additions and 1 deletions

View File

@ -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
)

View File

@ -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 -->