summaryrefslogtreecommitdiff
path: root/app/views/profiles/audit_log.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/audit_log.html.haml')
-rw-r--r--app/views/profiles/audit_log.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/profiles/audit_log.html.haml b/app/views/profiles/audit_log.html.haml
index a924369050b..275c0428d34 100644
--- a/app/views/profiles/audit_log.html.haml
+++ b/app/views/profiles/audit_log.html.haml
@@ -1,4 +1,4 @@
-- page_title "Authentication log"
+- page_title _('Authentication log')
- @content_class = "limit-container-width" unless fluid_layout
.row.prepend-top-default
@@ -6,6 +6,6 @@
%h4.prepend-top-0
= page_title
%p
- This is a security log of important events involving your account.
+ = _('This is a security log of important events involving your account.')
.col-lg-8
= render 'event_table', events: @events