mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 19:06:36 +00:00
Fix two strings for Settings > Tags (#22916)
The explanation for the QR code does not make sense right now. The 'Create automation with tag' missing a 'this'.
This commit is contained in:
parent
84f7c62ee2
commit
d2665f1349
@ -2215,7 +2215,7 @@
|
|||||||
"write": "Write",
|
"write": "Write",
|
||||||
"edit": "Edit",
|
"edit": "Edit",
|
||||||
"never_scanned": "Never scanned",
|
"never_scanned": "Never scanned",
|
||||||
"create_automation": "Create automation with tag",
|
"create_automation": "Create automation with this tag",
|
||||||
"confirm_delete_title": "Delete tag?",
|
"confirm_delete_title": "Delete tag?",
|
||||||
"confirm_delete": "Are you sure you want to delete tag {tag}?",
|
"confirm_delete": "Are you sure you want to delete tag {tag}?",
|
||||||
"automation_title": "Tag {name} is scanned",
|
"automation_title": "Tag {name} is scanned",
|
||||||
@ -2237,7 +2237,7 @@
|
|||||||
"create": "Create",
|
"create": "Create",
|
||||||
"create_and_write": "Create and write",
|
"create_and_write": "Create and write",
|
||||||
"required_error_msg": "[%key:ui::panel::config::zone::detail::required_error_msg%]",
|
"required_error_msg": "[%key:ui::panel::config::zone::detail::required_error_msg%]",
|
||||||
"usage": "A tag can trigger an automation when scanned, you can use NFC tags, QR codes or any other kind of tag. Use our {companion_link} to write this tag to a programmable NFC tag or create a QR code below.",
|
"usage": "A tag can trigger an automation when scanned, you can use NFC tags, QR codes or any other kind of tag. Use our {companion_link} to write this tag to a programmable NFC tag or copy and print the QR code below.",
|
||||||
"companion_apps": "companion apps"
|
"companion_apps": "companion apps"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user