summaryrefslogtreecommitdiffstats
path: root/settings/src
diff options
context:
space:
mode:
authorMarko Korhonen <marko.korhonen@reekynet.com>2018-08-17 17:23:10 +0300
committerMarko Korhonen <marko.korhonen@reekynet.com>2018-08-17 17:23:10 +0300
commitf081553ba1e273c0c7cdffbbc982286a098d7499 (patch)
tree5aba6152537aefb98a3a9779799eecf40fa2bb12 /settings/src
parent20aa21c908e770746b1db4164838749fc53550fb (diff)
downloadnextcloud-server-f081553ba1e273c0c7cdffbbc982286a098d7499.tar.gz
nextcloud-server-f081553ba1e273c0c7cdffbbc982286a098d7499.zip
Fixed a typo
Diffstat (limited to 'settings/src')
-rw-r--r--settings/src/components/appList.vue2
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>