diff --git a/lang/en/auth_emailotp.php b/lang/en/auth_emailotp.php index e12907f..4823b6e 100644 --- a/lang/en/auth_emailotp.php +++ b/lang/en/auth_emailotp.php @@ -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'; diff --git a/version.php b/version.php index 9dbf646..9747b28 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111902; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020111903; // The current plugin version (Date: YYYYMMDDXX). $plugin->requires = 2018120304; // Requires this Moodle version. $plugin->component = 'auth_emailotp'; // Full name of the plugin (used for diagnostics). $plugin->maturity = MATURITY_STABLE;