mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
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:
parent
fbf5c41a56
commit
14e383ad7a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user