Some updates for better localization

Test: manual
Fixes: 190021494
Fixes: 185203196
Fixes: 190088372
Change-Id: Ia2871814870a1f0e5c5f2deed06dcbef7b2bd967
This commit is contained in:
Julia Reynolds
2021-11-05 14:37:20 -04:00
parent 9f66f6677a
commit 98cc4f1302
2 changed files with 7 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ public class ShowOnLockScreenNotificationPreferenceController extends AbstractPr
} else if (!getLockscreenSilentNotificationsEnabled()) {
return mContext.getString(R.string.lock_screen_notifs_show_alerting);
} else {
return mContext.getString(R.string.lock_screen_notifs_show_all);
return mContext.getString(R.string.lock_screen_notifs_show_all_summary);
}
}