mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Accounts translation
Changed heading of accounts settings page form static to translation key.
This commit is contained in:
parent
1e5f34f023
commit
0abe37033d
1 changed files with 3 additions and 1 deletions
|
|
@ -80,7 +80,9 @@ export default function AccountSettings() {
|
|||
return (
|
||||
<>
|
||||
<PageHeader>
|
||||
<div>Accounts</div>
|
||||
<div>
|
||||
<FormattedMessage id="settings.accounts" defaultMessage="Accounts" />
|
||||
</div>
|
||||
<Button icon={<Plus />} size="small" onClick={() => setAddAccount(true)}>
|
||||
<div>
|
||||
<FormattedMessage id="button.add-account" defaultMessage="Add account" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue