mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Rename message ids.
This commit is contained in:
parent
53c23a280b
commit
89c87f002c
18 changed files with 125 additions and 128 deletions
|
|
@ -28,17 +28,14 @@ export default function WebsiteList({ userId }) {
|
|||
<EmptyPlaceholder
|
||||
msg={
|
||||
<FormattedMessage
|
||||
id="placeholder.message.no-websites-configured"
|
||||
id="message.no-websites-configured"
|
||||
defaultMessage="You don't have any websites configured."
|
||||
/>
|
||||
}
|
||||
>
|
||||
<Button icon={<Arrow />} size="medium" onClick={() => router.push('/settings')}>
|
||||
<div>
|
||||
<FormattedMessage
|
||||
id="placeholder.message.go-to-settings"
|
||||
defaultMessage="Go to settings"
|
||||
/>
|
||||
<FormattedMessage id="message.go-to-settings" defaultMessage="Go to settings" />
|
||||
</div>
|
||||
</Button>
|
||||
</EmptyPlaceholder>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue