1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Fix typo in restore_entity_id_selected::confirm_text (#25615)

This commit is contained in:
Norbert Rittel
2025-05-27 19:56:55 +02:00
committed by Bram Kragten
parent 6abdeeae20
commit ae49de8e71

View File

@@ -5131,7 +5131,7 @@
"restore_entity_id_selected": {
"button": "Recreate entity IDs of selected",
"confirm_title": "Recreate entity IDs?",
"confirm_text": "Are you sure you want to change the entity IDs of these entities? You will have to change you dashboards, automations and scripts to use the new entity IDs.",
"confirm_text": "Are you sure you want to change the entity IDs of these entities? You will have to change your dashboards, automations and scripts to use the new entity IDs.",
"changes": "The following entity IDs will be updated:"
},
"delete_selected": {