mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fix language strings.
This commit is contained in:
parent
996b4c7102
commit
29049842de
12 changed files with 16 additions and 14 deletions
|
|
@ -51,7 +51,7 @@ export default function AccountSettings() {
|
|||
},
|
||||
{
|
||||
key: 'is_admin',
|
||||
label: <FormattedMessage id="label.adminsitrator" defaultMessage="Administrator" />,
|
||||
label: <FormattedMessage id="label.administrator" defaultMessage="Administrator" />,
|
||||
className: 'col-6 col-md-4',
|
||||
render: Checkmark,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,7 +38,9 @@ export default function ProfileSettings() {
|
|||
<dd>{user.username}</dd>
|
||||
</dl>
|
||||
{changePassword && (
|
||||
<Modal title="Change password">
|
||||
<Modal
|
||||
title={<FormattedMessage id="button.change-password" defaultMessage="Change password" />}
|
||||
>
|
||||
<ChangePasswordForm
|
||||
values={{ user_id }}
|
||||
onSave={handleSave}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue