Merge pull request #10734 from ReekyMarko/master

Fixed a typo
This commit is contained in:
Roeland Jago Douma 2018-08-19 11:25:26 +02:00 committed by GitHub
commit 4b71df7b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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>