diff options
author | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-10-10 18:12:07 +0200 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2017-10-10 18:12:07 +0200 |
commit | 99c76e9fe89434f05f63eb6227597aed882c8388 (patch) | |
tree | 46e7a2abfd10260bab601a6f56d8e238c89eea64 | |
parent | 741fb49378abbf66fbd8d6ad27b94f1040bf3123 (diff) | |
download | gitlab-ce-99c76e9fe89434f05f63eb6227597aed882c8388.tar.gz |
Add a text to the leave group confirmation
-rw-r--r-- | app/assets/javascripts/groups/components/item_actions.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/groups/components/item_actions.vue b/app/assets/javascripts/groups/components/item_actions.vue index ddb4febc3bd..7eff19e2e5a 100644 --- a/app/assets/javascripts/groups/components/item_actions.vue +++ b/app/assets/javascripts/groups/components/item_actions.vue @@ -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" /> |