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 GitHub
parent e79e0f77b8
commit 189067d14b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5131,7 +5131,7 @@
"restore_entity_id_selected": { "restore_entity_id_selected": {
"button": "Recreate entity IDs of selected", "button": "Recreate entity IDs of selected",
"confirm_title": "Recreate entity IDs?", "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:" "changes": "The following entity IDs will be updated:"
}, },
"delete_selected": { "delete_selected": {