From e24c7a8900dc6bfd68babd22ef03f252d68e2457 Mon Sep 17 00:00:00 2001 From: Sascha Wiswedel Date: Mon, 6 Jan 2020 14:44:31 +0100 Subject: [PATCH] fix wording log in vs. login "log in" is used as verb, while "login" is a noun. In this case, what's supposed to be cancelled is the login process - therefore the noun must be used. Signed-off-by: Sascha Wiswedel --- core/templates/twofactorselectchallenge.php | 2 +- core/templates/twofactorsetupchallenge.php | 2 +- core/templates/twofactorsetupselection.php | 2 +- core/templates/twofactorshowchallenge.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php index 8508039268..86561cddb3 100644 --- a/core/templates/twofactorselectchallenge.php +++ b/core/templates/twofactorselectchallenge.php @@ -72,6 +72,6 @@ $noProviders = empty($_['providers']);

- t('Cancel log in')) ?> + t('Cancel login')) ?>

diff --git a/core/templates/twofactorsetupchallenge.php b/core/templates/twofactorsetupchallenge.php index 9c182db171..a5b8b44f04 100644 --- a/core/templates/twofactorsetupchallenge.php +++ b/core/templates/twofactorsetupchallenge.php @@ -11,6 +11,6 @@ $template = $_['template'];

getDisplayName()); ?>

- t('Cancel log in')) ?> + t('Cancel login')) ?>

diff --git a/core/templates/twofactorsetupselection.php b/core/templates/twofactorsetupselection.php index 1928e07ebc..837d171a80 100644 --- a/core/templates/twofactorsetupselection.php +++ b/core/templates/twofactorsetupselection.php @@ -53,6 +53,6 @@ declare(strict_types=1);

- t('Cancel log in')) ?> + t('Cancel login')) ?>

diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php index bb962594c1..e3270b8062 100644 --- a/core/templates/twofactorshowchallenge.php +++ b/core/templates/twofactorshowchallenge.php @@ -34,6 +34,6 @@ $template = $_['template'];

- t('Cancel log in')) ?> + t('Cancel login')) ?>