diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2022-01-22 09:14:23 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2022-01-22 09:14:23 +0000 |
commit | 218948d4c58cf4358fd3c34f8f1b49bf6a338154 (patch) | |
tree | dd946a2aa6d341d9c9d65339b1c4c37c2d2dffbd /app | |
parent | a5cd3f791cf723144f59d690f48374a6fc3a9cff (diff) | |
download | redmine-218948d4c58cf4358fd3c34f8f1b49bf6a338154.tar.gz redmine-218948d4c58cf4358fd3c34f8f1b49bf6a338154.zip |
Display "Two-factor authentication" on two lines to save some space (#35934).
git-svn-id: http://svn.redmine.org/redmine/trunk@21381 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/users/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/index.html.erb b/app/views/users/index.html.erb index c57127da3..101b00efd 100644 --- a/app/views/users/index.html.erb +++ b/app/views/users/index.html.erb @@ -43,7 +43,7 @@ <th><%= l(:field_mail) %></th> <%= sort_header_tag('admin', :caption => l(:field_admin), :default_order => 'desc') %> <% if Setting.twofa_required? || Setting.twofa_optional? %> - <th><%= l(:setting_twofa) %></th> + <th class="whitespace-normal"><%= l(:setting_twofa) %></th> <% end %> <%= sort_header_tag('created_on', :caption => l(:field_created_on), :default_order => 'desc') %> <%= sort_header_tag('last_login_on', :caption => l(:field_last_login_on), :default_order => 'desc') %> |