settings: Rename headings in notification settings UI.

This commit renames 'desktop' and 'mobile' headings in
notification settings UI to 'desktop message notifications'
and 'mobile message notifications' respectively.
This commit is contained in:
Sahil Batra 2021-09-11 12:04:06 +05:30 committed by Tim Abbott
parent fbf5c41a56
commit 14e383ad7a

View File

@ -49,7 +49,7 @@
<h3 class="inline-block">{{t "Other notification settings" }}</h3>
<div class="alert-notification other-notify-settings-status"></div>
<h5>{{t "Desktop" }}</h5>
<h5>{{t "Desktop message notifications" }}</h5>
<p><a class="send_test_notification">{{t "Test desktop notification" }}</a></p>
@ -88,7 +88,7 @@
</select>
</div>
<h5>{{t "Mobile" }}</h5>
<h5>{{t "Mobile message notifications" }}</h5>
{{#each notification_settings.mobile_notification_settings}}
{{> settings_checkbox