diff options
| author | 2019-12-03 23:11:06 +0100 | |
|---|---|---|
| committer | 2019-12-03 23:11:06 +0100 | |
| commit | d0f1f9f141a58e090d210c221a7c1745378b96a3 (patch) | |
| tree | 5d538ee048a14d29f8091d9e85cf391ada48ae83 /app/i18n/cz/feedback.php | |
| parent | 15b8ef8f40f249ace343696df216f2d61f8249d0 (diff) | |
Separate the update API password endpoint (#2675)
* Extract hashPassword method from userController
* Extract and refactor fever key-related methods
* Move update of API password to dedicated action
* Simplify the controller by refactoring feverUtil
* Add locales
Diffstat (limited to 'app/i18n/cz/feedback.php')
| -rw-r--r-- | app/i18n/cz/feedback.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/cz/feedback.php b/app/i18n/cz/feedback.php index 3d0dcbc96..ad3d38cf0 100644 --- a/app/i18n/cz/feedback.php +++ b/app/i18n/cz/feedback.php @@ -8,6 +8,12 @@ return array( 'denied' => 'Nemáte oprávnění přistupovat na tuto stránku', 'not_found' => 'Tato stránka neexistuje', ), + 'api' => array( + 'password' => array( + 'failed' => 'Your password cannot be modified', // TODO - Translation + 'updated' => 'Your password has been modified', // TODO - Translation + ), + ), 'auth' => array( 'form' => array( 'not_set' => 'Nastal problém s konfigurací přihlašovacího systému. Zkuste to prosím později.', |
