summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_no_domains.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages/_no_domains.html.haml')
-rw-r--r--app/views/projects/pages/_no_domains.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/projects/pages/_no_domains.html.haml b/app/views/projects/pages/_no_domains.html.haml
index 8c93cf7a8ad..8d6e403b93a 100644
--- a/app/views/projects/pages/_no_domains.html.haml
+++ b/app/views/projects/pages/_no_domains.html.haml
@@ -1,7 +1,6 @@
- if can?(current_user, :update_pages, @project)
.card
.card-header
- Domains
+ = s_('GitLabPages|Domains')
.nothing-here-block
- Support for domains and certificates is disabled.
- Ask your system's administrator to enable it.
+ = s_("GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it.")