mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: use warning (nuke?) icon instead of trash icon
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<strong>{{other_accounts.length}}</strong>
|
||||
{{#if other_accounts.length}}
|
||||
<button class="btn btn-danger pull-right" {{action "deleteAllOtherAccounts"}}>
|
||||
{{fa-icon "trash-o"}}{{i18n ip_lookup.delete_all}}
|
||||
{{fa-icon "warning"}}{{i18n ip_lookup.delete_all}}
|
||||
</button>
|
||||
{{/if}}
|
||||
</dt>
|
||||
|
||||
Reference in New Issue
Block a user