mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-57094 message: change view more link in notification popover
This commit is contained in:
parent
0fbe41f4cd
commit
b487a7c028
2 changed files with 2 additions and 1 deletions
|
@ -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}';
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue