From d0f1f9f141a58e090d210c221a7c1745378b96a3 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 3 Dec 2019 23:11:06 +0100 Subject: 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 --- app/i18n/pt-br/conf.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/pt-br/conf.php') diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php index 5e43cc373..d2a60aba8 100644 --- a/app/i18n/pt-br/conf.php +++ b/app/i18n/pt-br/conf.php @@ -50,6 +50,7 @@ return array( ), 'profile' => array( '_' => 'Gerenciamento de perfil', + 'api' => 'API management', // TODO - Translation 'delete' => array( '_' => 'Remover conta', 'warn' => 'Sua conta e todos os dados relacionados serĂ£o removidos.', -- cgit v1.2.3