Update translationcontroller.php

Fixed typo
This commit is contained in:
rakekniven 2016-12-29 04:28:31 +01:00 committed by brantje
parent c067344e6a
commit 392a52e798
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -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'),