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:
parent
a5747ded17
commit
5ec6538c4d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue