mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
fix delete team confirmation message
This commit is contained in:
parent
ef324fdf73
commit
cc9b1d21cb
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ export default function TeamDeleteForm({ teamId, teamName, onSave, onClose }) {
|
|||
return (
|
||||
<Form onSubmit={handleSubmit} error={error}>
|
||||
<p>
|
||||
<FormattedMessage {...messages.confirmDelete} values={{ name: <b>{teamName}</b> }} />
|
||||
<FormattedMessage {...messages.confirmDelete} values={{ target: <b>{teamName}</b> }} />
|
||||
</p>
|
||||
<FormButtons flex>
|
||||
<SubmitButton variant="danger" disabled={isLoading}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue