mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
l10n: Unify spelling
Spelling unification in Nextcloud applications.
This commit is contained in:
parent
b9d00a96b3
commit
7bc22370b4
1 changed files with 2 additions and 2 deletions
|
|
@ -44,10 +44,10 @@
|
|||
<strong>{{ t('core', 'App download or installation failed') }}</strong>
|
||||
</p>
|
||||
<p v-else-if="!app.isCompatible">
|
||||
<strong>{{ t('core', 'Can\'t install this app because it is not compatible') }}</strong>
|
||||
<strong>{{ t('core', 'Cannot install this app because it is not compatible') }}</strong>
|
||||
</p>
|
||||
<p v-else-if="!app.canInstall">
|
||||
<strong>{{ t('core', 'Can\'t install this app') }}</strong>
|
||||
<strong>{{ t('core', 'Cannot install this app') }}</strong>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue