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 {