diff --git a/src/languages/en.json b/src/languages/en.json index 1bdba4b..c0c3cc7 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -20,6 +20,6 @@ "navbar.content_viewer_actions.new_post": "New Post", "notification.error.default.message": "Something went wrong!", "notification.error.default.title": "Oops...", - "notification.profile.not_found": "Profile not found", + "notification.profile.not_found": "Page not found", "notification.http_error.401.message": "Unauthorized" } diff --git a/src/languages/pt.json b/src/languages/pt.json index 26315c7..18df068 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -20,6 +20,6 @@ "navbar.content_viewer_actions.new_post": "Novo Artigo", "notification.error.default.message": "Algo deu errado!", "notification.error.default.title": "Oops...", - "notification.profile.not_found": "Perfil não encontrado", + "notification.profile.not_found": "Página não encontrada", "notification.http_error.401.message": "Não autorizado" } -- libgit2 0.21.2