mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Updated language bundles with new keys.
This commit is contained in:
parent
45d3fa4016
commit
2656de6682
54 changed files with 3513 additions and 2290 deletions
|
|
@ -20,10 +20,7 @@ export default function UserDeleteForm({ userId, username, onSave, onClose }) {
|
|||
return (
|
||||
<Form onSubmit={handleSubmit} error={error}>
|
||||
<p>
|
||||
<FormattedMessage
|
||||
{...messages.deleteUserWarning}
|
||||
values={{ username: <b>{username}</b> }}
|
||||
/>
|
||||
<FormattedMessage {...messages.confirmDelete} values={{ target: <b>{username}</b> }} />
|
||||
</p>
|
||||
<FormButtons flex>
|
||||
<SubmitButton variant="danger" disabled={isLoading}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue