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-28 17:42:13 +0800
commitc718d915aaaefb70e9487a6e92f14f5fa51bc18e (patch)
tree60fcd27a1ec4847e3c6f10caa2c5361e303bc3d2
parent9342b22df895f71c29ddc338d4611dd9c93e5aef (diff)
downloadgitlab-ce-c718d915aaaefb70e9487a6e92f14f5fa51bc18e.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|