From bb34381a0d73a85b798122e940ae5c9fc1a255ff Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 22 May 2019 18:50:06 +0300 Subject: [PATCH] * client: fix no data text --- client/src/__locales/en.json | 3 ++- client/src/components/Settings/Clients/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 1235d10f..64d0b813 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -285,5 +285,6 @@ "client_deleted": "Client \"{{key}}\" successfully deleted", "client_added": "Client \"{{key}}\" successfully added", "client_updated": "Client \"{{key}}\" successfully updated", - "table_statistics": "Statistics (last 24 hours)" + "table_statistics": "Statistics (last 24 hours)", + "clients_not_found": "No clients found" } \ No newline at end of file diff --git a/client/src/components/Settings/Clients/index.js b/client/src/components/Settings/Clients/index.js index a8ed09ab..c4d95f10 100644 --- a/client/src/components/Settings/Clients/index.js +++ b/client/src/components/Settings/Clients/index.js @@ -197,7 +197,6 @@ class Clients extends Component {