mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
Update language. Resolve loading reports error.
This commit is contained in:
parent
743e7c0477
commit
5168cf2a1b
5 changed files with 14 additions and 20 deletions
|
|
@ -48,7 +48,7 @@ export function WebsiteReportsPage({ websiteId }) {
|
|||
filterValue={filter}
|
||||
/>
|
||||
)}
|
||||
{!hasData && <EmptyPlaceholder message={formatMessage(messages.noReportsConfigured)} />}
|
||||
{!hasData && <EmptyPlaceholder message={formatMessage(messages.noDataAvailable)} />}
|
||||
</Page>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue