Commit f3a9c42cd72565f3fcde968b1a187d3c371d0ba3

Authored by Victor Costa
1 parent 8f533af5

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,6 +20,6 @@
20 "navbar.content_viewer_actions.new_post": "New Post", 20 "navbar.content_viewer_actions.new_post": "New Post",
21 "notification.error.default.message": "Something went wrong!", 21 "notification.error.default.message": "Something went wrong!",
22 "notification.error.default.title": "Oops...", 22 "notification.error.default.title": "Oops...",
23 - "notification.profile.not_found": "Profile not found", 23 + "notification.profile.not_found": "Page not found",
24 "notification.http_error.401.message": "Unauthorized" 24 "notification.http_error.401.message": "Unauthorized"
25 } 25 }
src/languages/pt.json
@@ -20,6 +20,6 @@ @@ -20,6 +20,6 @@
20 "navbar.content_viewer_actions.new_post": "Novo Artigo", 20 "navbar.content_viewer_actions.new_post": "Novo Artigo",
21 "notification.error.default.message": "Algo deu errado!", 21 "notification.error.default.message": "Algo deu errado!",
22 "notification.error.default.title": "Oops...", 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 "notification.http_error.401.message": "Não autorizado" 24 "notification.http_error.401.message": "Não autorizado"
25 } 25 }