summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantony liu <sun_apollo@yeah.net>2019-05-28 07:55:20 +0000
committerantonyliu <sun_apollo@yeah.net>2019-05-31 12:32:11 +0800
commitafe5e748a42c78657991bc9106b7b369d30cbb8d (patch)
treea24a2d0bce920189c977081e1f1454ebc1d26c7f
parent46e8c12436785bee2befd9eb6f1c25e8c1294a58 (diff)
downloadgitlab-ce-afe5e748a42c78657991bc9106b7b369d30cbb8d.tar.gz
Apply suggestion to app/views/profiles/two_factor_auths/show.html.haml
-rw-r--r--app/views/profiles/two_factor_auths/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/two_factor_auths/show.html.haml b/app/views/profiles/two_factor_auths/show.html.haml
index 0d7dabddb3a..7a998bc3a1a 100644
--- a/app/views/profiles/two_factor_auths/show.html.haml
+++ b/app/views/profiles/two_factor_auths/show.html.haml
@@ -83,7 +83,7 @@
%thead
%tr
%th= _('Name')
- %th= _('Registered On')
+ %th= s_('2FADevice|Registered On')
%th
%tbody
- @u2f_registrations.each do |registration|