mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-61255 core_message: add warning when notifications not migrated
This commit is contained in:
parent
78348dfc4e
commit
23de6f3a2d
2 changed files with 9 additions and 0 deletions
|
@ -84,6 +84,7 @@ $string['nomessagesfound'] = 'No messages were found';
|
|||
$string['noreply'] = 'Do not reply to this message';
|
||||
$string['noncontacts'] = 'Non-contacts';
|
||||
$string['nonotifications'] = 'You have no notifications';
|
||||
$string['notificationdatahasnotbeenmigrated'] = 'Your notifications are temporarily unavailable due to upgrades in the notification infrastructure. Please wait for them to be migrated.';
|
||||
$string['notificationwindow'] = 'Notification window';
|
||||
$string['notificationpreferences'] = 'Notification preferences';
|
||||
$string['notificationimage'] = 'Notification image';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue