mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-19 15:53:39 +01:00
Accounts translation
Changed heading of accounts settings page form static to translation key.
This commit is contained in:
parent
1e5f34f023
commit
0abe37033d
@ -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 New Issue
Block a user