Commit f3a9c42cd72565f3fcde968b1a187d3c371d0ba3
1 parent
8f533af5
Exists in
master
and in
31 other branches
Improve profile not found message
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/languages/en.json
... | ... | @@ -20,6 +20,6 @@ |
20 | 20 | "navbar.content_viewer_actions.new_post": "New Post", |
21 | 21 | "notification.error.default.message": "Something went wrong!", |
22 | 22 | "notification.error.default.title": "Oops...", |
23 | - "notification.profile.not_found": "Profile not found", | |
23 | + "notification.profile.not_found": "Page not found", | |
24 | 24 | "notification.http_error.401.message": "Unauthorized" |
25 | 25 | } | ... | ... |
src/languages/pt.json
... | ... | @@ -20,6 +20,6 @@ |
20 | 20 | "navbar.content_viewer_actions.new_post": "Novo Artigo", |
21 | 21 | "notification.error.default.message": "Algo deu errado!", |
22 | 22 | "notification.error.default.title": "Oops...", |
23 | - "notification.profile.not_found": "Perfil não encontrado", | |
23 | + "notification.profile.not_found": "Página não encontrada", | |
24 | 24 | "notification.http_error.401.message": "Não autorizado" |
25 | 25 | } | ... | ... |