mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01: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…
Add table
Add a link
Reference in a new issue