MDL-57094 message: change view more link in notification popover

This commit is contained in:
Ryan Wyllie 2016-11-23 05:54:07 +00:00
parent 0fbe41f4cd
commit b487a7c028
2 changed files with 2 additions and 1 deletions

View file

@ -122,6 +122,7 @@ $string['unreadnotification'] = 'Unread notification: {$a}';
$string['unreadnewmessage'] = 'New message from {$a}'; $string['unreadnewmessage'] = 'New message from {$a}';
$string['userisblockingyou'] = 'This user has blocked you from sending messages to them'; $string['userisblockingyou'] = 'This user has blocked you from sending messages to them';
$string['userisblockingyounoncontact'] = '{$a} only accepts messages from their contacts.'; $string['userisblockingyounoncontact'] = '{$a} only accepts messages from their contacts.';
$string['viewfullnotification'] = 'View full notification';
$string['viewinganotherusersmessagearea'] = 'You are viewing another user\'s message area.'; $string['viewinganotherusersmessagearea'] = 'You are viewing another user\'s message area.';
$string['viewmessages'] = 'View messages'; $string['viewmessages'] = 'View messages';
$string['viewmessageswith'] = 'View messages with {$a}'; $string['viewmessageswith'] = 'View messages with {$a}';

View file

@ -74,7 +74,7 @@
</div> </div>
{{#viewmoreurl}} {{#viewmoreurl}}
<a href="{{{.}}}" class="view-more" data-action="view-more">{{#str}} viewmore {{/str}}</a> <a href="{{{.}}}" class="view-more" data-action="view-more">{{#str}} viewfullnotification, message {{/str}}</a>
{{/viewmoreurl}} {{/viewmoreurl}}
{{#contexturl}} {{#contexturl}}
</a> </a>