Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantony liu <sun_apollo@yeah.net>2019-05-28 10:55:20 +0300
committerantonyliu <sun_apollo@yeah.net>2019-05-31 07:32:11 +0300
commitafe5e748a42c78657991bc9106b7b369d30cbb8d (patch)
treea24a2d0bce920189c977081e1f1454ebc1d26c7f /app/views/profiles
parent46e8c12436785bee2befd9eb6f1c25e8c1294a58 (diff)
Apply suggestion to app/views/profiles/two_factor_auths/show.html.haml
Diffstat (limited to 'app/views/profiles')
-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|