settings: Remove spurious colons after label text.

This commit is contained in:
Rishi Gupta 2019-06-06 21:01:20 -07:00 committed by Tim Abbott
parent 49f8b9abbe
commit 799a5e73c0
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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}}">