mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 14:35:29 +02:00
MDL-65059 messaging: don't refer to block plugin type
AMOS BEGIN CPY [block,core],[blockuserconfirmbutton,core_message] AMOS END
This commit is contained in:
parent
a67f9a9b0c
commit
f422e24d9c
@ -36,6 +36,7 @@ $string['blockcontact'] = 'Block contact';
|
||||
$string['blockedusers'] = 'Blocked users';
|
||||
$string['blockuser'] = 'Block user';
|
||||
$string['blockuserconfirm'] = 'Are you sure you want to block {$a}?';
|
||||
$string['blockuserconfirmbutton'] = 'Block';
|
||||
$string['blocknoncontacts'] = 'Prevent non-contacts from messaging me';
|
||||
$string['canceledit'] = 'Cancel editing messages';
|
||||
$string['contactableprivacy'] = 'Accept messages from:';
|
||||
|
@ -39,7 +39,7 @@
|
||||
<h3 class="h6 hidden" data-region="dialogue-header"></h3>
|
||||
<p class="text-muted" data-region="dialogue-text"></p>
|
||||
<button type="button" class="btn btn-primary btn-block hidden" data-action="confirm-block">
|
||||
<span data-region="dialogue-button-text">{{#str}} block, core {{/str}}</span>
|
||||
<span data-region="dialogue-button-text">{{#str}} blockuserconfirmbutton, core_message {{/str}}</span>
|
||||
<span class="hidden" data-region="loading-icon-container">{{> core/loading }}</span>
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-block hidden" data-action="confirm-unblock">
|
||||
|
Loading…
x
Reference in New Issue
Block a user