l10n: Unify spelling
Spelling unification in Nextcloud applications.
This commit is contained in:
parent
b9d00a96b3
commit
7bc22370b4
|
@ -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 New Issue