mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Update language keys.
This commit is contained in:
parent
f1624780ee
commit
876c8f7a68
39 changed files with 541 additions and 581 deletions
|
|
@ -34,7 +34,7 @@ export default function ProfileSettings() {
|
|||
<FormattedMessage id="label.profile" defaultMessage="Profile" />
|
||||
</div>
|
||||
<Button icon={<Dots />} size="small" onClick={() => setChangePassword(true)}>
|
||||
<FormattedMessage id="button.change-password" defaultMessage="Change password" />
|
||||
<FormattedMessage id="label.change-password" defaultMessage="Change password" />
|
||||
</Button>
|
||||
</PageHeader>
|
||||
<dl className={styles.list}>
|
||||
|
|
@ -57,7 +57,7 @@ export default function ProfileSettings() {
|
|||
</dl>
|
||||
{changePassword && (
|
||||
<Modal
|
||||
title={<FormattedMessage id="title.change-password" defaultMessage="Change password" />}
|
||||
title={<FormattedMessage id="label.change-password" defaultMessage="Change password" />}
|
||||
>
|
||||
<ChangePasswordForm
|
||||
values={{ user_id }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue