From 95d9a537eab8c2651078841eda64beb5cbe62cd3 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 19 Sep 2019 18:08:28 +0300 Subject: [PATCH] - client: fix translation --- client/src/__locales/en.json | 2 +- client/src/components/Header/index.js | 2 +- client/src/components/ui/Icons.js | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index a978b315..d2d7bfe7 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -390,7 +390,7 @@ "password_label": "Password", "password_placeholder": "Enter password", "sign_in": "Sign in", - "logout": "Logout", + "sign_out": "Sign out", "forgot_password": "Forgot password?", "forgot_password_desc": "Please follow <0>these steps to create a new password for your user account." } diff --git a/client/src/components/Header/index.js b/client/src/components/Header/index.js index ecd3ea25..28fa0767 100644 --- a/client/src/components/Header/index.js +++ b/client/src/components/Header/index.js @@ -61,7 +61,7 @@ class Header extends Component {
- logout + sign_out
diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 1655bc8e..ef2fbf85 100644 --- a/client/src/components/ui/Icons.js +++ b/client/src/components/ui/Icons.js @@ -131,10 +131,6 @@ const Icons = () => ( - - - - );