Apply suggestion to app/views/profiles/two_factor_auths/show.html.haml

This commit is contained in:
antony liu 2019-05-28 07:55:20 +00:00 committed by antonyliu
parent 46e8c12436
commit afe5e748a4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
%thead
%tr
%th= _('Name')
%th= _('Registered On')
%th= s_('2FADevice|Registered On')
%th
%tbody
- @u2f_registrations.each do |registration|