mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Add "(Optional)" to MFA Code
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::email%]",
|
"username": "[%key:common::config_flow::data::email%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
"mfa": "MFA Code"
|
"mfa": "MFA Code (Optional)"
|
||||||
},
|
},
|
||||||
"description": "Please enter your information.",
|
"description": "Please enter your information.",
|
||||||
"title": "Tesla - Configuration"
|
"title": "Tesla - Configuration"
|
||||||
|
@@ -13,7 +13,8 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"password": "Passwort",
|
"password": "Passwort",
|
||||||
"username": "E-Mail-Adresse"
|
"username": "E-Mail-Adresse",
|
||||||
|
"mfa": "Multi-Faktor Code (Optional)"
|
||||||
},
|
},
|
||||||
"description": "Bitte gib deine Daten ein.",
|
"description": "Bitte gib deine Daten ein.",
|
||||||
"title": "Tesla - Konfiguration"
|
"title": "Tesla - Konfiguration"
|
||||||
|
@@ -14,7 +14,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"password": "Password",
|
"password": "Password",
|
||||||
"username": "Email",
|
"username": "Email",
|
||||||
"mfa": "MFA Code"
|
"mfa": "MFA Code (Optional)"
|
||||||
},
|
},
|
||||||
"description": "Please enter your information.",
|
"description": "Please enter your information.",
|
||||||
"title": "Tesla - Configuration"
|
"title": "Tesla - Configuration"
|
||||||
|
Reference in New Issue
Block a user