mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Rename message ids.
This commit is contained in:
parent
53c23a280b
commit
89c87f002c
18 changed files with 125 additions and 128 deletions
|
|
@ -11,7 +11,7 @@ export default function Footer() {
|
|||
<div />
|
||||
<div>
|
||||
<FormattedMessage
|
||||
id="footer.powered-by"
|
||||
id="message.powered-by"
|
||||
defaultMessage="Powered by {name}"
|
||||
values={{
|
||||
name: (
|
||||
|
|
|
|||
|
|
@ -26,10 +26,10 @@ export default function Header() {
|
|||
{user ? (
|
||||
<>
|
||||
<Link href="/dashboard">
|
||||
<FormattedMessage id="header.nav.dashboard" defaultMessage="Dashboard" />
|
||||
<FormattedMessage id="label.dashboard" defaultMessage="Dashboard" />
|
||||
</Link>
|
||||
<Link href="/settings">
|
||||
<FormattedMessage id="header.nav.settings" defaultMessage="Settings" />
|
||||
<FormattedMessage id="label.settings" defaultMessage="Settings" />
|
||||
</Link>
|
||||
<LanguageButton menuAlign="right" />
|
||||
<UserButton />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue