Browse Source

l10n: Unify spelling

Spelling unification in Nextcloud applications.
pull/26511/head
Valdnet 5 years ago
committed by Morris Jobke
parent
commit
9749968308
No known key found for this signature in database GPG Key ID: FE03C3A163FEDE68
  1. 2
      apps/files_sharing/lib/Controller/ShareAPIController.php

2
apps/files_sharing/lib/Controller/ShareAPIController.php

@ -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…
Cancel
Save