From bb4d2927fa7767baf013123e7cd70843b3872443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suwi=C5=84ski?= Date: Thu, 19 Nov 2020 09:35:30 +0100 Subject: [PATCH] fix lang string name typo --- lang/pl/auth_emailotp.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pl/auth_emailotp.php b/lang/pl/auth_emailotp.php index fef1334..fe8164b 100644 --- a/lang/pl/auth_emailotp.php +++ b/lang/pl/auth_emailotp.php @@ -30,7 +30,7 @@ $string['otpgeneratedtext'] = 'Hasło jednorazowe dla bieżącej sesji: {$a->pas $string['otpsentsuccess'] = 'Hasło jednorazowe zostało wysłane na podany adres email.'; $string['otpsenterror'] = 'Wystąpił błąd podczas wysyłania hasła jednorazowego.'; $string['otpsentinfo'] = 'Hasło jednorazowe dla bieżącej sesji już zostało wygenerowane i wysłane.'; -$string['otpinvalidated'] = 'Poprzednio wygenerowane hasło zostało unieważnione z powodu przekroczenia limitu niepoprawnych logowań.'; +$string['otprevoked'] = 'Poprzednio wygenerowane hasło zostało unieważnione z powodu przekroczenia limitu niepoprawnych logowań.'; $string['otpperiodwarning'] = 'Nie zachowany minimalny odstęp, po którym kolejne hasło może być wygenerowane. Spróbuj ponownie później.'; $string['revokethreshold'] = 'Próg nieważnienia'; $string['revokethreshold_help'] = 'Limit nieudanych logowań unieważniających wygenerowane hasło (0 - bez limitu).'; diff --git a/version.php b/version.php index c1750cb..60ee265 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020111900; // The current plugin version (Date: YYYYMMDDXX). +$plugin->version = 2020111901; // 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;