Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/translate/#en_GB/lib/50330746
This commit is contained in:
parent
3a233b8698
commit
259b6ac2c1
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Manager implements IManager {
|
|||
return call_user_func($this->encryptionModules[$moduleId]['callback']);
|
||||
} else {
|
||||
$message = "Module with id: $moduleId does not exists.";
|
||||
$hint = $this->l->t('Module with id: %s does not exists. Please enable it in your apps settings or contact your administrator.', [$moduleId]);
|
||||
$hint = $this->l->t('Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator.', [$moduleId]);
|
||||
throw new Exceptions\ModuleDoesNotExistsException($message, $hint);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue