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