From 5a15543d90fb018dd23a4a8cb00af5ae9bbf6f1b Mon Sep 17 00:00:00 2001 From: Debora Crescenzo Date: Wed, 11 Jun 2025 15:41:21 +0100 Subject: [PATCH] MT#62982 Improve 2FA setup text Change "Display as text" to "Display as setup key" Change-Id: I24c8271f2abb99e682921457aadf339f088ce9f0 --- src/i18n/de.json | 2 +- src/i18n/en.json | 2 +- src/i18n/es.json | 2 +- src/i18n/fr.json | 2 +- src/i18n/it.json | 2 +- src/pages/CscPageLogin.vue | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/de.json b/src/i18n/de.json index 896d4fbc..619e7b2c 100644 --- a/src/i18n/de.json +++ b/src/i18n/de.json @@ -173,7 +173,7 @@ "Disable phone web interface": "Webinterface des Telefons deaktivieren", "Display Name": "Anzeigename", "Display as QR code": "Als QR-Code anzeigen", - "Display as text": "Als Text anzeigen", + "Display as setup key": "Als Einrichtungsschlüssel anzeigen", "Do not ring primary number": "Die Hauptnummer nicht klingeln lassen", "Download App": "App herunterladen", "Download CSV": "CSV herunterladen", diff --git a/src/i18n/en.json b/src/i18n/en.json index 469ce69c..d1a7274d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -170,7 +170,7 @@ "Disable phone web interface": "Disable phone web interface", "Display Name": "Display Name", "Display as QR code": "Display as QR code", - "Display as text": "Display as text", + "Display as setup key": "Display as setup key", "Do not ring primary number": "Do not ring primary number", "Download App": "Download App", "Download CSV": "Download CSV", diff --git a/src/i18n/es.json b/src/i18n/es.json index c9076bbd..ea401a25 100644 --- a/src/i18n/es.json +++ b/src/i18n/es.json @@ -173,7 +173,7 @@ "Disable phone web interface": "Deshabilitar la interfaz web del teléfono", "Display Name": "Display Name", "Display as QR code": "Mostrar como código QR", - "Display as text": "Mostrar como texto", + "Display as setup key": "Mostrar como clave de configuración", "Do not ring primary number": "No llamar al número principal", "Download App": "Descargar la aplicación", "Download CSV": "Download CSV", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index c96883c6..0b733f77 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -173,7 +173,7 @@ "Disable phone web interface": "Désactiver l'interface Web du téléphone", "Display Name": "Display Name", "Display as QR code": "Afficher sous forme de code QR", - "Display as text": "Afficher sous forme de texte", + "Display as setup key": "Afficher sous forme de texte", "Do not ring primary number": "Ne pas appeler le numéro principal", "Download App": "Télécharger l’application", "Download CSV": "Télécharger CSV", diff --git a/src/i18n/it.json b/src/i18n/it.json index 1467f2ec..543136e4 100644 --- a/src/i18n/it.json +++ b/src/i18n/it.json @@ -171,7 +171,7 @@ "Disable phone web interface": "Disabilita interfaccia web del telefono", "Display Name": "Nome visualizzato", "Display as QR code": "Mostra come codice QR", - "Display as text": "Mostra come testo", + "Display as setup key": "Mostra come chiave di configurazione", "Do not ring primary number": "Non squillare sul numero principale", "Download App": "Scarica l'app", "Download CSV": "Scarica CSV", diff --git a/src/pages/CscPageLogin.vue b/src/pages/CscPageLogin.vue index ff086135..325aeffa 100644 --- a/src/pages/CscPageLogin.vue +++ b/src/pages/CscPageLogin.vue @@ -155,7 +155,7 @@ class="q-mt-md full-width" @click="getOTPAsText" > - {{ $t('Display as text') }} + {{ $t('Display as setup key') }}