mirror of
https://github.com/moodle/moodle.git
synced 2025-06-27 10:34:50 +02:00
MDL-36324 cache: Fixed incorrect get_string component
This commit is contained in:
2
cache/admin.php
vendored
2
cache/admin.php
vendored
@ -103,7 +103,7 @@ if (!empty($action) && confirm_sesskey()) {
|
||||
$notification = get_string('invalidstore');
|
||||
} else if ($stores[$store]['mappings'] > 0) {
|
||||
$notifysuccess = false;
|
||||
$notification = get_string('deletestorehasmappings');
|
||||
$notification = get_string('deletestorehasmappings', 'cache');
|
||||
}
|
||||
|
||||
if ($notifysuccess) {
|
||||
|
Reference in New Issue
Block a user