Fixed a typo

This commit is contained in:
Marko Korhonen 2018-08-17 17:23:10 +03:00
parent 20aa21c908
commit f081553ba1
1 changed files with 1 additions and 1 deletions

View File

@ -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>