diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-08-21 14:39:25 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-08-21 14:39:25 +0200 |
commit | 0b37299775acd5804041cce21567fcf069082d83 (patch) | |
tree | 2dd713de36bf74a4005dec9060f58df7981f01d0 /app/views | |
parent | aba0032f540407d88144ac637a59fce69625546f (diff) | |
parent | 5920d8fe33d5ecb0c7ca20c3b255216bb8de4aa9 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/accounts/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/accounts/index.html.haml b/app/views/admin/accounts/index.html.haml index 84040e480..e0879fcb6 100644 --- a/app/views/admin/accounts/index.html.haml +++ b/app/views/admin/accounts/index.html.haml @@ -18,7 +18,7 @@ .filter-subset.filter-subset--with-select %strong= t 'generic.order_by' .input.select - = select_tag :order, options_for_select([[t('relationships.most_recent'), nil], [t('relationships.last_active'), 'active']], params[:order]) + = select_tag :order, options_for_select([[t('relationships.most_recent'), 'recent'], [t('relationships.last_active'), 'active']], params[:order]) .fields-group - %i(username by_domain display_name email ip).each do |key| |