diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-08-21 15:42:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 15:42:50 +0200 |
commit | 5a3d09dc8e30198b4d8d921ef0b1ba0a35fe01d9 (patch) | |
tree | da884993bdb5476cd6df5028ecafcaf1a2ba2948 /app/views/admin | |
parent | aba0032f540407d88144ac637a59fce69625546f (diff) | |
parent | 8a93dd3d83995a6821bfda88c28204dcee1461e8 (diff) |
Merge pull request #1826 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/admin')
-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| |