mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-17 06:16:33 +00:00
Check for updates in add-on store (#11382)
This commit is contained in:
parent
28df79cfda
commit
f75bf1f676
@ -95,7 +95,7 @@ class HassioAddonStore extends LitElement {
|
||||
${this.supervisor.localize("store.repositories")}
|
||||
</mwc-list-item>
|
||||
<mwc-list-item>
|
||||
${this.supervisor.localize("common.reload")}
|
||||
${this.supervisor.localize("store.check_updates")}
|
||||
</mwc-list-item>
|
||||
${this.hass.userData?.showAdvanced &&
|
||||
atLeastVersion(this.hass.config.version, 0, 117)
|
||||
|
@ -4320,7 +4320,8 @@
|
||||
"missing_addons": "Missing add-ons? Enable advanced mode in your user profile page",
|
||||
"no_results_found": "No results found in {repository}.",
|
||||
"registries": "Registries",
|
||||
"repositories": "Repositories"
|
||||
"repositories": "Repositories",
|
||||
"check_updates": "Check for updates"
|
||||
},
|
||||
"panel": {
|
||||
"addons": "Add-ons",
|
||||
|
Loading…
x
Reference in New Issue
Block a user