Add a text to the leave group confirmation

This commit is contained in:
Bob Van Landuyt 2017-10-10 18:12:07 +02:00
parent 741fb49378
commit 99c76e9fe8
1 changed files with 1 additions and 0 deletions

View File

@ -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"
/>