mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-27 06:29:54 +00:00
Change copy for notification profiles setting to clarify feature.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user