diff --git a/lang/en/message.php b/lang/en/message.php index 6c08d384116..9320a61ea8f 100644 --- a/lang/en/message.php +++ b/lang/en/message.php @@ -151,6 +151,7 @@ $string['page-message-x'] = 'Any message pages'; $string['participants'] = 'Participants'; $string['pendingcontactrequests'] = 'There are {$a} pending contact requests'; $string['permitted'] = 'Permitted'; +$string['preference'] = 'Preference'; $string['privacy'] = 'Privacy'; $string['privacy_desc'] = 'You can restrict who can message you'; $string['privacy:metadata:core_favourites'] = 'The conversations starred by the user'; diff --git a/message/templates/notification_preferences.mustache b/message/templates/notification_preferences.mustache index 58ad3bfde1a..5fd0ceb3d06 100644 --- a/message/templates/notification_preferences.mustache +++ b/message/templates/notification_preferences.mustache @@ -69,7 +69,7 @@ } }}
| {{{displayname}}} | ++ {{#str}}preference, message{{/str}} + | {{#processors}} {{> message/notification_preferences_processor }} {{/processors}} diff --git a/message/templates/notification_preferences_component_notification.mustache b/message/templates/notification_preferences_component_notification.mustache index 8acca681619..9b86b079094 100644 --- a/message/templates/notification_preferences_component_notification.mustache +++ b/message/templates/notification_preferences_component_notification.mustache @@ -47,7 +47,7 @@ } }}|
|---|---|---|
| {{{displayname}}} | +{{{displayname}}} | {{#processors}}{{#locked}} @@ -64,8 +64,8 @@ {{#disableall}} disabled="true" {{/disableall}} {{#enabled}}checked{{/enabled}} > - |