Skip to content

Commit ce07ada

Browse files
ClearlyClaireGargron
authored andcommitted
Fix “reset” button of instance filter switching to custom emoji admin panel (mastodon#10076)
1 parent ef14dcd commit ce07ada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/admin/instances/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
.actions
2525
%button= t('admin.accounts.search')
26-
= link_to t('admin.accounts.reset'), admin_custom_emojis_path, class: 'button negative'
26+
= link_to t('admin.accounts.reset'), admin_instances_path, class: 'button negative'
2727

2828
%hr.spacer/
2929

0 commit comments

Comments
 (0)