Browse Source
l10n: Unify spelling
Spelling unification in Nextcloud applications.
pull/26511/head
Valdnet
5 years ago
committed by
Morris Jobke
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
1 additions and
1 deletions
-
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 ( |
|
|
|
|