From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 7 Dec 2023 19:30:00 +0000 (+0100) Subject: fix: Clean-up and standardization of "App password" X-Git-Tag: v29.0.0beta1~637^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F42109%2Fhead;p=nextcloud-server.git fix: Clean-up and standardization of "App password" Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- diff --git a/core/templates/loginflow/authpicker.php b/core/templates/loginflow/authpicker.php index 3f78081921d..3a3d7d0b035 100644 --- a/core/templates/loginflow/authpicker.php +++ b/core/templates/loginflow/authpicker.php @@ -57,7 +57,7 @@ $urlGenerator = $_['urlGenerator'];

- +

@@ -69,6 +69,6 @@ $urlGenerator = $_['urlGenerator']; - t('Alternative log in using app token')) ?> + t('Alternative log in using app password')) ?> diff --git a/core/templates/loginflowv2/authpicker.php b/core/templates/loginflowv2/authpicker.php index 0e18cc99ce1..5cc6077b0c6 100644 --- a/core/templates/loginflowv2/authpicker.php +++ b/core/templates/loginflowv2/authpicker.php @@ -57,7 +57,7 @@ $urlGenerator = $_['urlGenerator'];

- +

@@ -66,6 +66,6 @@ $urlGenerator = $_['urlGenerator']; - t('Alternative log in using app token')) ?> + t('Alternative log in using app password')) ?>