From 6b4a4e6024155524f6cb4bcab989d9e7c2de9315 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 29 Jul 2025 10:05:13 +0200 Subject: [PATCH] Fix doubled plural in "add-on(s) repositories / capabilities" (#26310) The string "Manage add-on repositories" has it correct, so this makes the fixed ones more consistent, too. --- src/translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 42bc6842fc..b9c199d8f9 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2711,7 +2711,7 @@ }, "description": { "create_backup": { - "addon_repositories": "Backing up add-ons repositories", + "addon_repositories": "Backing up add-on repositories", "addons": "Backing up add-ons", "await_addon_restarts": "Waiting for add-ons to restart", "docker_config": "Backing up Docker configuration", @@ -2721,7 +2721,7 @@ "upload_to_agents": "Uploading to locations" }, "restore_backup": { - "addon_repositories": "Restoring add-ons repositories", + "addon_repositories": "Restoring add-on repositories", "addons": "Restoring add-ons", "await_addon_restarts": "Waiting for add-ons to restart", "await_home_assistant_restart": "Waiting for Home Assistant to restart", @@ -9159,7 +9159,7 @@ }, "apparmor": { "title": "AppArmor", - "description": "AppArmor ('Application Armor') is a Linux kernel security module that restricts add-ons capabilities like network access, raw socket access, and permission to read, write, or execute specific files.\n\nAdd-on authors can provide their security profiles, optimized for the add-on, or request it to be disabled. If AppArmor is disabled, it will raise security risks and therefore, has a negative impact on the security score of the add-on." + "description": "AppArmor ('Application Armor') is a Linux kernel security module that restricts add-on capabilities like network access, raw socket access, and permission to read, write, or execute specific files.\n\nAdd-on authors can provide their security profiles, optimized for the add-on, or request it to be disabled. If AppArmor is disabled, it will raise security risks and therefore, has a negative impact on the security score of the add-on." }, "auth_api": { "title": "Home Assistant authentication",