From a858c1abf459b165dfc1ccb61c554c26ab9125cc Mon Sep 17 00:00:00 2001 From: REJack Date: Sun, 15 Nov 2015 18:51:51 +0100 Subject: [PATCH] changed 'TOTP Code' to 'Authentication Code' in english lang file --- application/language/english/aauth_lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/language/english/aauth_lang.php b/application/language/english/aauth_lang.php index 437a69d..ced329e 100644 --- a/application/language/english/aauth_lang.php +++ b/application/language/english/aauth_lang.php @@ -25,8 +25,8 @@ $lang['aauth_error_email_invalid'] = 'Invalid e-mail address'; $lang['aauth_error_password_invalid'] = 'Invalid password'; $lang['aauth_error_username_invalid'] = 'Invalid Username'; $lang['aauth_error_username_required'] = 'Username required'; -$lang['aauth_error_totp_code_required'] = 'TOTP Code required'; -$lang['aauth_error_totp_code_invalid'] = 'Invalid TOTP Code'; +$lang['aauth_error_totp_code_required'] = 'Authentication Code required'; +$lang['aauth_error_totp_code_invalid'] = 'Invalid Authentication Code'; // Account update errors