Refer to global notification settings as "Default Settings" instead

This changes references to "global notification settings" to "default
settings", which should hopefully make it clearer what these actually
are.

Also, a information tip has been added to the settings page to clarify
what these settings do and imply that the per-room settings take
precedence.
This commit is contained in:
Joshua Goins
2025-02-21 20:29:58 -05:00
parent bc7b480c41
commit 3a25a62350
3 changed files with 22 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ FormCard.FormCardPage {
FormCard.FormCard {
FormCard.FormRadioDelegate {
text: i18n("Follow global setting")
text: i18nc("As in the default notification setting", "Default Settings")
checked: room.pushNotificationState === PushNotificationState.Default
enabled: room.pushNotificationState !== PushNotificationState.Unknown
onToggled: {