style: rename log feature

This commit is contained in:
Carlos Valente
2024-07-02 16:52:51 +02:00
committed by Carlos Valente
parent a63fa68d39
commit 6ad26f06c7
2 changed files with 2 additions and 2 deletions
@@ -17,7 +17,7 @@ export default function LogExport() {
<Panel.Section>
<Panel.Card>
<Panel.SubHeader>
Network log
Event log
<Button
variant='ontime-subtle'
size='sm'
@@ -57,7 +57,7 @@ export const settingPanels: Readonly<SettingsOption[]> = [
secondary: [
{
id: 'network__log',
label: 'Application log',
label: 'Event log',
},
{
id: 'network__clients',