mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +00:00
Use consistent name "Field key" for entry field (#22985)
Both error messages just refer to the "field key" as such. Therefore the label in the dialog should be consistent.
This commit is contained in:
parent
8ea2e3f471
commit
74bf1d2a82
@ -3792,7 +3792,7 @@
|
|||||||
"duplicate": "[%key:ui::common::duplicate%]",
|
"duplicate": "[%key:ui::common::duplicate%]",
|
||||||
"field": {
|
"field": {
|
||||||
"name": "[%key:ui::common::name%]",
|
"name": "[%key:ui::common::name%]",
|
||||||
"key": "Field variable key name",
|
"key": "Field key",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"required": "Required",
|
"required": "Required",
|
||||||
"default": "Default",
|
"default": "Default",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user