From b1a6e7e035aadb371eba0f9911269f7563a544ab Mon Sep 17 00:00:00 2001 From: Michael Wilson Date: Wed, 5 Feb 2025 12:08:52 +0930 Subject: [PATCH] replace smartphone with authenticator --- features/fakes/FakeIdBrokerClient.php | 2 +- modules/material/locales/fr/LC_MESSAGES/material.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/fakes/FakeIdBrokerClient.php b/features/fakes/FakeIdBrokerClient.php index 5245e2fb..4f97a3d0 100644 --- a/features/fakes/FakeIdBrokerClient.php +++ b/features/fakes/FakeIdBrokerClient.php @@ -143,7 +143,7 @@ public function mfaList(string $employee_id): array [ 'id' => 2, 'type' => 'totp', - 'label' => 'Smartphone App', + 'label' => 'Authenticator App', 'created_utc' => '2019-04-02T16:02:14Z', 'last_used_utc' => '2019-04-01T00:00:00Z', 'data' => [ diff --git a/modules/material/locales/fr/LC_MESSAGES/material.po b/modules/material/locales/fr/LC_MESSAGES/material.po index 4272d54d..3c2a5bb3 100644 --- a/modules/material/locales/fr/LC_MESSAGES/material.po +++ b/modules/material/locales/fr/LC_MESSAGES/material.po @@ -120,7 +120,7 @@ msgid "{mfa:totp_header}" msgstr "Obtenez un code depuis votre application d'authentification" msgid "{mfa:totp_icon}" -msgstr "Icône de l'application Smartphone" +msgstr "Icône de l'application d'authentification" msgid "{mfa:totp_input}" msgstr "Entrer le code à 6 chiffres"