Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2016-12-29 06:28:31 +0300
committerbrantje <brantje@gmail.com>2016-12-29 14:37:46 +0300
commit392a52e7983b885b8750eb9ec07e6708ba95fc67 (patch)
treeac111dbf5f4028dfa1f3652c7064cb3192d49e80 /controller
parentc067344e6a6f2512151aa789c22db0130d289270 (diff)
Update translationcontroller.php
Fixed typo
Diffstat (limited to 'controller')
-rw-r--r--controller/translationcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/translationcontroller.php b/controller/translationcontroller.php
index dd254d55..96659e98 100644
--- a/controller/translationcontroller.php
+++ b/controller/translationcontroller.php
@@ -46,7 +46,7 @@ class TranslationController extends ApiController {
'error.loading.file' => $this->trans->t('Error loading file'),
// js/app/controllers/credential.js
- 'error.decrypt' => $this->trans->t('An error happend during decryption'),
+ 'error.decrypt' => $this->trans->t('An error happened during decryption'),
'credential.created' => $this->trans->t('Credential created!'),
'credential.deleted' => $this->trans->t('Credential deleted'),
'credential.updated' => $this->trans->t('Credential updated'),