diff options
Diffstat (limited to 'settings')
-rw-r--r-- | settings/src/components/appList.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/src/components/appList.vue b/settings/src/components/appList.vue index 2a696bfdcdc..1df61eb2335 100644 --- a/settings/src/components/appList.vue +++ b/settings/src/components/appList.vue @@ -64,7 +64,7 @@ <div id="apps-list-empty" class="emptycontent emptycontent-search" v-if="!loading && searchApps.length === 0 && apps.length === 0"> <div id="app-list-empty-icon" class="icon-settings-dark"></div> - <h2>{{ t('settings', 'No apps found for your versoin')}}</h2> + <h2>{{ t('settings', 'No apps found for your version')}}</h2> </div> <div id="searchresults"></div> |