mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
Merge pull request #1180 from zx900930/dev
Fix missing Dashboard translation
This commit is contained in:
commit
47ce253304
@ -32,7 +32,9 @@ export default function Dashboard() {
|
||||
return (
|
||||
<Page>
|
||||
<PageHeader>
|
||||
<div>Dashboard</div>
|
||||
<div>
|
||||
<FormattedMessage id="label.dashboard" defaultMessage="Dashboard" />
|
||||
</div>
|
||||
<DashboardSettingsButton />
|
||||
</PageHeader>
|
||||
<WebsiteList websites={data} showCharts={showCharts} limit={max} />
|
||||
|
Loading…
Reference in New Issue
Block a user