diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 96229d68..6ba40384 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -270,11 +270,12 @@ "clients_desc": "Configure devices connected to AdGuard Home", "settings_global": "Global", "settings_custom": "Custom", - "add_client": "Add Client", "table_client": "Client", "table_name": "Name", "save_btn": "Save", + "client_add": "Add Client", "client_new": "New Client", + "client_edit": "Edit Client", "client_identifier": "Identifier", "ip_address": "IP address", "client_identifier_desc": "Clients can be identified by the IP address or MAC address. Please note, that using MAC as identifier is possible only if AdGuard Home is also a <0>DHCP server", diff --git a/client/src/components/App/index.js b/client/src/components/App/index.js index 157a55e6..6e5ed768 100644 --- a/client/src/components/App/index.js +++ b/client/src/components/App/index.js @@ -21,6 +21,7 @@ import Status from '../ui/Status'; import UpdateTopline from '../ui/UpdateTopline'; import UpdateOverlay from '../ui/UpdateOverlay'; import EncryptionTopline from '../ui/EncryptionTopline'; +import Icons from '../ui/Icons'; import i18n from '../../i18n'; class App extends Component { @@ -103,6 +104,7 @@ class App extends Component {