From afe5e748a42c78657991bc9106b7b369d30cbb8d Mon Sep 17 00:00:00 2001 From: antony liu Date: Tue, 28 May 2019 07:55:20 +0000 Subject: [PATCH] Apply suggestion to app/views/profiles/two_factor_auths/show.html.haml --- app/views/profiles/two_factor_auths/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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|