l10n: Unify spelling
Spelling unification in Nextcloud applications.
This commit is contained in:
parent
2137480a06
commit
9749968308
|
@ -1103,7 +1103,7 @@ class ShareAPIController extends OCSController {
|
|||
Constants::PERMISSION_READ | Constants::PERMISSION_UPDATE, // allow to edit single files
|
||||
], true)
|
||||
) {
|
||||
throw new OCSBadRequestException($this->l->t('Can\'t change permissions for public share links'));
|
||||
throw new OCSBadRequestException($this->l->t('Cannot change permissions for public share links'));
|
||||
}
|
||||
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue