l10n: Change to a capital letter
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
9de6efd14e
commit
505863c55e
|
@ -477,7 +477,7 @@ class ShareAPIController extends OCSController {
|
|||
}
|
||||
|
||||
if ($permissions < 0 || $permissions > Constants::PERMISSION_ALL) {
|
||||
throw new OCSNotFoundException($this->l->t('invalid permissions'));
|
||||
throw new OCSNotFoundException($this->l->t('Invalid permissions'));
|
||||
}
|
||||
|
||||
// Shares always require read permissions
|
||||
|
|
Loading…
Reference in New Issue