From 87bd0392391115c300f1462ea5164e94fb193b13 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 21 May 2025 14:44:16 +0200 Subject: [PATCH] Add comma (#25547) --- src/translations/en.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 59e71a558c..e5cc0d8f62 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2091,7 +2091,7 @@ }, "system": { "main": "System", - "secondary": "Create backups, check logs or reboot your system" + "secondary": "Create backups, check logs, or reboot your system" }, "about": { "main": "About", @@ -2221,10 +2221,10 @@ "add_label": "Create label", "manage_labels": "Manage labels", "no_labels": "You don't have any labels", - "introduction": "Labels can help you organize your areas, devices and entities. They can be used to filter in the UI, or use them as a target in automations.", - "introduction2": "Go to the area, device or entity you want to add a label to, and press the edit button to assign labels to them.", + "introduction": "Labels can help you organize your areas, devices, and entities. They can be used to filter in the UI, or use them as a target in automations.", + "introduction2": "Go to the area, device, or entity you want to add a label to, and press the edit button to assign labels to them.", "confirm_remove_title": "Remove label?", - "confirm_remove": "Are you sure you want to remove label {label}? It will be removed from all areas, devices and entities.", + "confirm_remove": "Are you sure you want to remove label {label}? It will be removed from all areas, devices, and entities.", "detail": { "new_label": "New label", "name": "Name",