mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
settings: Remove spurious colons after label text.
This commit is contained in:
parent
49f8b9abbe
commit
799a5e73c0
@ -81,7 +81,7 @@
|
||||
"label" settings_label.twenty_four_hour_time}}
|
||||
|
||||
<div class="input-group">
|
||||
<label for="timezone" class="dropdown-title">{{t "Time zone" }}:</label>
|
||||
<label for="timezone" class="dropdown-title">{{t "Time zone" }}</label>
|
||||
<select name="timezone" id="user_timezone">
|
||||
{{#unless page_params.timezone}}
|
||||
<option></option>
|
||||
|
||||
@ -76,7 +76,7 @@
|
||||
"label" settings_label.pm_content_in_desktop_notifications}}
|
||||
|
||||
<label for="notification_sound">
|
||||
{{t "Notification sound:" }}
|
||||
{{t "Notification sound" }}
|
||||
</label>
|
||||
|
||||
<div class="input-group {{#unless enable_sound_select}}control-label-disabled{{/unless}}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user