summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-10-19 21:04:05 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-10-19 21:04:05 +0300
commitab6d426a480ef45ba3d13db3049294304b33f6c0 (patch)
treef745949dd858bd819fff91b46f09a48235b8bc35
parentb9a149bc0b2ef55256acf0bc786e13f5093253d4 (diff)
downloadgitlab-ce-ab6d426a480ef45ba3d13db3049294304b33f6c0.tar.gz
Add missing dot in confirm modal
-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'