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>
|
<strong>{{ t('core', 'App download or installation failed') }}</strong>
|
||||||
</p>
|
</p>
|
||||||
<p v-else-if="!app.isCompatible">
|
<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>
|
||||||
<p v-else-if="!app.canInstall">
|
<p v-else-if="!app.canInstall">
|
||||||
<strong>{{ t('core', 'Can\'t install this app') }}</strong>
|
<strong>{{ t('core', 'Cannot install this app') }}</strong>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue