mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Fix missing Dashboard translation
This commit is contained in:
parent
bf3fc3b3b5
commit
ff8e8a37c8
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ export default function Dashboard() {
|
||||||
return (
|
return (
|
||||||
<Page>
|
<Page>
|
||||||
<PageHeader>
|
<PageHeader>
|
||||||
<div>Dashboard</div>
|
<div>
|
||||||
|
<FormattedMessage id="label.dashboard" defaultMessage="Dashboard" />
|
||||||
|
</div>
|
||||||
<DashboardSettingsButton />
|
<DashboardSettingsButton />
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<WebsiteList websites={data} showCharts={showCharts} limit={max} />
|
<WebsiteList websites={data} showCharts={showCharts} limit={max} />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue