From 392a52e7983b885b8750eb9ec07e6708ba95fc67 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Thu, 29 Dec 2016 04:28:31 +0100 Subject: [PATCH] Update translationcontroller.php Fixed typo --- controller/translationcontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),