mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Add functionality to leave team
This commit is contained in:
parent
d7f32e6987
commit
0016a9f4e1
4 changed files with 23 additions and 28 deletions
|
|
@ -35,7 +35,7 @@ export function TeamLeaveForm({
|
|||
<ConfirmationForm
|
||||
buttonLabel={formatMessage(labels.leave)}
|
||||
message={
|
||||
<FormattedMessage {...messages.confirmDelete} values={{ target: <b>{teamName}</b> }} />
|
||||
<FormattedMessage {...messages.confirmLeave} values={{ target: <b>{teamName}</b> }} />
|
||||
}
|
||||
onConfirm={handleConfirm}
|
||||
onClose={onClose}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue