Restore notifications heading
// FREEBIE
This commit is contained in:
parent
8e1e0afd19
commit
1b72ef6170
3 changed files with 7 additions and 1 deletions
|
@ -203,6 +203,10 @@
|
||||||
"message": "Settings",
|
"message": "Settings",
|
||||||
"description": "Menu item and header for global settings"
|
"description": "Menu item and header for global settings"
|
||||||
},
|
},
|
||||||
|
"notifications": {
|
||||||
|
"message": "Notifications",
|
||||||
|
"description": "Header for notification settings"
|
||||||
|
},
|
||||||
"notificationSettingsDialog": {
|
"notificationSettingsDialog": {
|
||||||
"message": "When messages arrive, display notifications that reveal:",
|
"message": "When messages arrive, display notifications that reveal:",
|
||||||
"description": "Explain the purpose of the notification settings"
|
"description": "Explain the purpose of the notification settings"
|
||||||
|
|
|
@ -329,7 +329,8 @@
|
||||||
<script type='text/x-tmpl-mustache' id='settings'>
|
<script type='text/x-tmpl-mustache' id='settings'>
|
||||||
<div class='content'>
|
<div class='content'>
|
||||||
<a class='x close'>×</a>
|
<a class='x close'>×</a>
|
||||||
<h3>{{ notificationSettingsDialog }}</h3>
|
<h3>{{ notifications }}</h3>
|
||||||
|
<p>{{ notificationSettingsDialog }}</p>
|
||||||
<div>
|
<div>
|
||||||
<input type='radio' name='notifications' id='notification-setting-message' value='message'>
|
<input type='radio' name='notifications' id='notification-setting-message' value='message'>
|
||||||
<label for='notification-setting-message'>{{ nameAndMessage }} </label>
|
<label for='notification-setting-message'>{{ nameAndMessage }} </label>
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
},
|
},
|
||||||
render_attributes: function() {
|
render_attributes: function() {
|
||||||
return {
|
return {
|
||||||
|
notifications: i18n('notifications'),
|
||||||
notificationSettingsDialog: i18n('notificationSettingsDialog'),
|
notificationSettingsDialog: i18n('notificationSettingsDialog'),
|
||||||
settings: i18n('settings'),
|
settings: i18n('settings'),
|
||||||
disableNotifications: i18n('disableNotifications'),
|
disableNotifications: i18n('disableNotifications'),
|
||||||
|
|
Loading…
Reference in a new issue