Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: resolution-qa-task-61 #96

Merged
merged 1 commit into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading