mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
l10n: Add a dot
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
098dfe15c1
commit
c72718c61b
1 changed files with 1 additions and 1 deletions
|
|
@ -1113,7 +1113,7 @@ class ShareAPIController extends OCSController {
|
|||
|
||||
if ($newPermissions !== null) {
|
||||
if (!$this->hasPermission($newPermissions, Constants::PERMISSION_READ) && !$this->hasPermission($newPermissions, Constants::PERMISSION_CREATE)) {
|
||||
throw new OCSBadRequestException($this->l->t('Share must at least have READ or CREATE permissions'));
|
||||
throw new OCSBadRequestException($this->l->t('Share must at least have READ or CREATE permissions.'));
|
||||
}
|
||||
|
||||
if (!$this->hasPermission($newPermissions, Constants::PERMISSION_READ) && (
|
||||
|
|
|
|||
Loading…
Reference in a new issue