summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarrah Vesselov <svesselov@gitlab.com>2018-06-05 20:30:08 +0000
committerSarrah Vesselov <svesselov@gitlab.com>2018-06-05 20:30:08 +0000
commit84dd83d6ab8dd69be8ff6ccfbe339c369c6fd41e (patch)
tree98e0c71bb917eba781920d11205343fb84b262e5
parentd8eea0c4ba74a3bc821e1298e85f3fed77273099 (diff)
parentdadf1209013a33f6eb9e4ca45d173337e2660df8 (diff)
downloadgitlab-ce-84dd83d6ab8dd69be8ff6ccfbe339c369c6fd41e.tar.gz
Merge branch 'patch-29' into 'master'
Update _destroy.haml See merge request gitlab-org/gitlab-ce!19355
-rw-r--r--app/views/projects/pages/_destroy.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages/_destroy.haml b/app/views/projects/pages/_destroy.haml
index 4ada19a1368..9b77c4e3494 100644
--- a/app/views/projects/pages/_destroy.haml
+++ b/app/views/projects/pages/_destroy.haml
@@ -5,7 +5,7 @@
.errors-holder
.card-body
%p
- Removing the pages will prevent from exposing them to outside world.
+ Removing pages will prevent them from being exposed to the outside world.
.form-actions
= link_to 'Remove pages', project_pages_path(@project), data: { confirm: 'Are you sure?'}, method: :delete, class: "btn btn-remove"
- else