Skip to content

Commit

Permalink
Merge pull request #307 from silinternational/remove-smartphone
Browse files Browse the repository at this point in the history
Remove smartphone
  • Loading branch information
hobbitronics authored Feb 5, 2025
2 parents f8d83df + b1a6e7e commit 053a2b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/fakes/FakeIdBrokerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down
2 changes: 1 addition & 1 deletion modules/material/locales/fr/LC_MESSAGES/material.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 053a2b1

Please sign in to comment.