Skip to content

Commit

Permalink
fix: resolution-qa-task-61 (#96)
Browse files Browse the repository at this point in the history
Correction of the response to a mismatched code in account recovery.
  • Loading branch information
CroyzCamel authored Jun 10, 2024
1 parent 71ee7c6 commit 73341fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.routinely.routinely.data.auth

import com.routinely.routinely.BuildConfig

object HttpRoutes {
const val REGISTER = "/auth/register"
const val TASK = "/tasks"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<string name="category_personal_text">Pessoal</string>
<string name="no_tasks_available">Ainda não há nenhuma tarefa</string>
<string name="no_tasks_completed">Nenhuma tarefa foi concluída</string>
<string name="api_validate_code_invalid">O código de verificação que você inseriu expirou. Solicite novo código e tente novamente.</string>
<string name="api_validate_code_invalid">O código de verificação que você inseriu não é válido. Verifique o código e tente novamente.</string>
<string name="filter_task">Todas as atividades</string>
<string name="text_tag_completed">Concluídas</string>
</resources>
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<string name="api_login_unauthorized">Invalid email and/or password</string>
<string name="api_unexpected_error">Oops!!! Something went wrong. Please try again later</string>
<string name="api_create_account_already_exist_email">This email is already in use</string>
<string name="api_forgot_password_account_not_found">E-mail não cadastrado. Verifique o e-mail digitado.</string>
<string name="api_forgot_password_account_not_found">E-mail not registered. Check the e-mail you entered.</string>
<string name="desc_vertical_logo">Vertical Logo</string>
<string name="label_repeat_password">Repeat Password</string>
<string name="label_verification_code">Code</string>
Expand Down Expand Up @@ -122,6 +122,6 @@
<string name="no_tasks_available">There are no tasks yet</string>
<string name="no_tasks_completed">No tasks were completed</string>
<string name="reset_password_success">Password reset completed successfully</string>
<string name="api_validate_code_invalid">Verification code inserted expired. Request a new code and try again.</string>
<string name="api_validate_code_invalid">The verification code you entered is not valid. Check the code and try again.</string>
<string name="filter_task">All activities</string>
</resources>

0 comments on commit 73341fd

Please sign in to comment.