Fix supervisor text "error_addon_not_started" (#9412)

This commit is contained in:
Philip Allgaier 2021-06-15 15:38:14 +02:00 committed by GitHub
parent 1b1676cecc
commit 0e3eed0563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3822,7 +3822,7 @@
"faq_link": "[%key:ui::panel::my::faq_link%]",
"error": "[%key:ui::panel::my::error%]",
"error_addon_not_found": "Add-on not found",
"error_addon_not_started": "The requested add-on are not running. Please start it first",
"error_addon_not_started": "The requested add-on is not running. Please start it first",
"error_addon_not_installed": "The requested add-on is not installed. Please install it first",
"error_addon_no_ingress": "The requested add-on does not support ingress"
},