Change copy for notification profiles setting to clarify feature.

This commit is contained in:
Cody Henthorne
2021-12-09 10:58:41 -05:00
parent d5679ef95f
commit d6a42daef7
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ class NotificationsSettingsFragment : DSLSettingsFragment(R.string.preferences__
clickPref(
title = DSLSettingsText.from(R.string.NotificationsSettingsFragment__profiles),
summary = DSLSettingsText.from(R.string.NotificationsSettingsFragment__set_up_notification_profiles),
summary = DSLSettingsText.from(R.string.NotificationsSettingsFragment__create_a_profile_to_receive_notifications_only_from_people_and_groups_you_choose),
onClick = {
findNavController().navigate(R.id.action_notificationsSettingsFragment_to_notificationProfilesFragment)
}

View File

@@ -3654,7 +3654,7 @@
<!-- Notification preference option header -->
<string name="NotificationsSettingsFragment__profiles">Profiles</string>
<!-- Notification preference summary text -->
<string name="NotificationsSettingsFragment__set_up_notification_profiles">Set up notification profiles</string>
<string name="NotificationsSettingsFragment__create_a_profile_to_receive_notifications_only_from_people_and_groups_you_choose">Create a profile to receive notifications only from people and groups you choose.</string>
<!-- NotificationProfilesFragment -->
<!-- Title for notification profiles screen that shows all existing profiles -->