notifications: Change "Apps" header to "App Notifications"

With this change, the header will clearly indicate that the user
will tweak app notification settings, specially when using a screen reader.

This is aligned with the following mockup:
https://gitlab.gnome.org/Teams/Design/settings-mockups/-/blob/master/notifications/notifications.png
This commit is contained in:
Automeris naranja 2023-03-22 13:00:47 -03:00 committed by Robert Ancell
parent a5747ded17
commit 5ec6538c4d

View file

@ -23,7 +23,7 @@
</child> </child>
<child> <child>
<object class="AdwPreferencesGroup" id="app_group"> <object class="AdwPreferencesGroup" id="app_group">
<property name="title" translatable="yes" comments="List of apps.">Apps</property> <property name="title" translatable="yes" comments="List of apps.">App Notifications</property>
<child> <child>
<object class="GtkListBox" id="app_listbox"> <object class="GtkListBox" id="app_listbox">
<property name="selection_mode">none</property> <property name="selection_mode">none</property>