mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 05:04:04 +08:00
Update translationcontroller.php
Fixed typo
This commit is contained in:
parent
c067344e6a
commit
392a52e798
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ class TranslationController extends ApiController {
|
||||||
'error.loading.file' => $this->trans->t('Error loading file'),
|
'error.loading.file' => $this->trans->t('Error loading file'),
|
||||||
|
|
||||||
// js/app/controllers/credential.js
|
// 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.created' => $this->trans->t('Credential created!'),
|
||||||
'credential.deleted' => $this->trans->t('Credential deleted'),
|
'credential.deleted' => $this->trans->t('Credential deleted'),
|
||||||
'credential.updated' => $this->trans->t('Credential updated'),
|
'credential.updated' => $this->trans->t('Credential updated'),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue