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