Merge "Some updates for better localization"

This commit is contained in:
TreeHugger Robot
2021-11-08 16:03:15 +00:00
committed by Android (Google) Code Review
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);
}
}