mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
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.
This commit is contained in:
parent
7d8b418a81
commit
6b4a4e6024
@ -2711,7 +2711,7 @@
|
|||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"create_backup": {
|
"create_backup": {
|
||||||
"addon_repositories": "Backing up add-ons repositories",
|
"addon_repositories": "Backing up add-on repositories",
|
||||||
"addons": "Backing up add-ons",
|
"addons": "Backing up add-ons",
|
||||||
"await_addon_restarts": "Waiting for add-ons to restart",
|
"await_addon_restarts": "Waiting for add-ons to restart",
|
||||||
"docker_config": "Backing up Docker configuration",
|
"docker_config": "Backing up Docker configuration",
|
||||||
@ -2721,7 +2721,7 @@
|
|||||||
"upload_to_agents": "Uploading to locations"
|
"upload_to_agents": "Uploading to locations"
|
||||||
},
|
},
|
||||||
"restore_backup": {
|
"restore_backup": {
|
||||||
"addon_repositories": "Restoring add-ons repositories",
|
"addon_repositories": "Restoring add-on repositories",
|
||||||
"addons": "Restoring add-ons",
|
"addons": "Restoring add-ons",
|
||||||
"await_addon_restarts": "Waiting for add-ons to restart",
|
"await_addon_restarts": "Waiting for add-ons to restart",
|
||||||
"await_home_assistant_restart": "Waiting for Home Assistant to restart",
|
"await_home_assistant_restart": "Waiting for Home Assistant to restart",
|
||||||
@ -9159,7 +9159,7 @@
|
|||||||
},
|
},
|
||||||
"apparmor": {
|
"apparmor": {
|
||||||
"title": "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": {
|
"auth_api": {
|
||||||
"title": "Home Assistant authentication",
|
"title": "Home Assistant authentication",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user