UX: use warning (nuke?) icon instead of trash icon
This commit is contained in:
parent
acb8030d12
commit
0cbfb43adb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue