Add a text to the leave group confirmation
This commit is contained in:
parent
741fb49378
commit
99c76e9fe8
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ export default {
|
|||
:primary-button-label="__('Leave')"
|
||||
kind="warning"
|
||||
:title="__('Are you sure?')"
|
||||
:text="__('Are you sure you want to leave this group?')"
|
||||
:body="leaveConfirmationMessage"
|
||||
@submit="leaveGroup"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue