mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-11 13:44:01 +01:00
Fix missing Dashboard translation
This commit is contained in:
parent
bf3fc3b3b5
commit
ff8e8a37c8
@ -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…
Reference in New Issue
Block a user