mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
Fixed wrong link to log report. Shouldn't these links be in php
code instead of lang files? MDL-11281 Merged from MOODLE_18_STABLE
This commit is contained in:
parent
d9818fbbc4
commit
69f2e553e3
@ -1064,7 +1064,7 @@ $string['noticenewerbackup'] = 'This backup file has been created with Moodle $a
|
||||
$string['notifications'] = 'Notifications';
|
||||
$string['notifyloginfailuresmessage'] = '$a->time, IP: $a->ip, User: $a->info';
|
||||
$string['notify'] = 'Notify';
|
||||
$string['notifyloginfailuresmessageend'] = 'You can view these logs at $a/course/log.php?id=1&chooselog=1&modid=site_errors.';
|
||||
$string['notifyloginfailuresmessageend'] = 'You can view these logs at $a/course/report/log/index.php?id=1&chooselog=1&modid=site_errors.';
|
||||
$string['notifyloginfailuresmessagestart'] = 'Here is a list of failed login attempts at $a since you were last notified';
|
||||
$string['notifyloginfailuressubject'] = '$a :: Failed logins notification';
|
||||
$string['notincluded'] = 'Not included';
|
||||
|
Loading…
x
Reference in New Issue
Block a user