fix lang string typo

This commit is contained in:
Paweł Suwiński
2020-11-19 11:52:23 +01:00
parent a556e3bf4c
commit 6b67b5940d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;