summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-19 21:26:10 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-19 21:26:10 +0000
commitef1ed8f7026d442680f661bfcf64fa7b668556c6 (patch)
tree1b1c208b4779cb3332e450a3590fd32b6f1f5fed
parente1780825eeae0b1b839502da06dfb0e843b1b292 (diff)
parentab6d426a480ef45ba3d13db3049294304b33f6c0 (diff)
downloadgitlab-ce-ef1ed8f7026d442680f661bfcf64fa7b668556c6.tar.gz
Merge branch 'missing_dot_confirm_modal' into 'master'
Add missing dot in confirm modal See merge request !1645
-rw-r--r--app/views/shared/_confirm_modal.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_confirm_modal.html.haml b/app/views/shared/_confirm_modal.html.haml
index 5f51b0d450f..2a44817e05a 100644
--- a/app/views/shared/_confirm_modal.html.haml
+++ b/app/views/shared/_confirm_modal.html.haml
@@ -14,7 +14,7 @@
%br
Please type
%code.js-confirm-danger-match #{phrase}
- to proceed or close this modal to cancel
+ to proceed or close this modal to cancel.
.form-group
= text_field_tag 'confirm_name_input', '', class: 'form-control js-confirm-danger-input'