MT#62982 Improve 2FA setup text

Change "Display as text" to
"Display as setup key"

Change-Id: I24c8271f2abb99e682921457aadf339f088ce9f0
mr13.4
Debora Crescenzo 4 months ago
parent 7651502818
commit 5a15543d90

@ -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",

@ -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",

@ -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",

@ -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 lapplication",
"Download CSV": "Télécharger CSV",

@ -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",

@ -155,7 +155,7 @@
class="q-mt-md full-width"
@click="getOTPAsText"
>
{{ $t('Display as text') }}
{{ $t('Display as setup key') }}
</q-btn>
</div>
<div

Loading…
Cancel
Save