Merge pull request #16721 from owncloud/fix-grammar-enc-module
Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/t…
This commit is contained in:
commit
00742a9d68
|
@ -151,8 +151,8 @@ class Manager implements IManager {
|
|||
if (isset($this->encryptionModules[$moduleId])) {
|
||||
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]);
|
||||
$message = "Module with id: $moduleId does not exist.";
|
||||
$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 New Issue