mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-16 21:41:27 +02:00
fix lang string typo
This commit is contained in:
@@ -31,7 +31,7 @@ $string['otpsentsuccess'] = 'One-time password was sent to given email.';
|
||||
$string['otpsenterror'] = 'An error occurred while sending one-time password.';
|
||||
$string['otpsentinfo'] = 'One-time password for current session was already generated and sent to email.';
|
||||
$string['otprevoked'] = 'Previously generated password has been revoked due to exceeding the login failure threshold.';
|
||||
$string['otpperiodwarning'] = 'Minim period after which another password can be generated not preserved. Try again later.';
|
||||
$string['otpperiodwarning'] = 'Minimum period after which another password can be generated not preserved. Try again later.';
|
||||
$string['revokethreshold'] = 'Revoke threshold';
|
||||
$string['revokethreshold_help'] = 'Login failures limit causing revoke of the generated password (0 - unlimited).';
|
||||
$string['minrequestperiod'] = 'Minium period';
|
||||
|
||||
Reference in New Issue
Block a user