mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 16:17:13 +01: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 (
|
return (
|
||||||
<Form onSubmit={handleSubmit} error={error}>
|
<Form onSubmit={handleSubmit} error={error}>
|
||||||
<p>
|
<p>
|
||||||
<FormattedMessage {...messages.confirmDelete} values={{ name: <b>{teamName}</b> }} />
|
<FormattedMessage {...messages.confirmDelete} values={{ target: <b>{teamName}</b> }} />
|
||||||
</p>
|
</p>
|
||||||
<FormButtons flex>
|
<FormButtons flex>
|
||||||
<SubmitButton variant="danger" disabled={isLoading}>
|
<SubmitButton variant="danger" disabled={isLoading}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue