* [MOD] Updated translations. Thanks to all contributors!

* [MOD] Bump build and version number
* [ADD] Added Faroese translation.

Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
nuxsmin
2018-12-16 13:23:20 +01:00
parent ef5ef071dc
commit 9154f8d3c9
27 changed files with 15800 additions and 11512 deletions

View File

@@ -115,7 +115,7 @@ final class ConfigEncryptionController extends SimpleControllerBase
return $this->returnJsonResponse(
JsonResponse::JSON_WARNING,
__u('Maintenance mode not enabled'),
[__u('Please, emable it to avoid unwanted behavior from other sessions')]
[__u('Please, enable it to avoid unwanted behavior from other sessions')]
);
}