rename client settings
This commit is contained in:
@@ -69,7 +69,7 @@ class Menu extends Component {
|
||||
<Trans>encryption_settings</Trans>
|
||||
</NavLink>
|
||||
<NavLink to="/clients" className="dropdown-item">
|
||||
<Trans>clients_settings</Trans>
|
||||
<Trans>client_settings</Trans>
|
||||
</NavLink>
|
||||
<NavLink to="/dhcp" className="dropdown-item">
|
||||
<Trans>dhcp_settings</Trans>
|
||||
|
||||
@@ -25,7 +25,7 @@ class Clients extends Component {
|
||||
|
||||
return (
|
||||
<Fragment>
|
||||
<PageTitle title={t('clients_settings')} />
|
||||
<PageTitle title={t('client_settings')} />
|
||||
{(dashboard.processingTopStats || dashboard.processingClients) && <Loading />}
|
||||
{!dashboard.processingTopStats && !dashboard.processingClients && (
|
||||
<Fragment>
|
||||
|
||||
Reference in New Issue
Block a user