mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix inconsistent spelling of "PIN" vs. "pin" (#133656)
Part of the strings in the strings.json use an inconsistent spelling of "PIN" as "pin" This commit fixes this to ensure correct and consistent translations, too.
This commit is contained in:
parent
7d04eef5c5
commit
0d309aa632
@ -50,7 +50,7 @@
|
||||
"data": {
|
||||
"password": "[%key:common::config_flow::data::password%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
"panel_pin": "Panel Pin"
|
||||
"panel_pin": "Panel PIN"
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -58,7 +58,7 @@
|
||||
"no_panel_online": "No online Elmax control panel was found.",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"network_error": "A network error occurred",
|
||||
"invalid_pin": "The provided pin is invalid",
|
||||
"invalid_pin": "The provided PIN is invalid",
|
||||
"invalid_mode": "Invalid or unsupported mode",
|
||||
"reauth_panel_disappeared": "The given panel is no longer associated to this user. Please log in using an account associated to this panel.",
|
||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user