DEV: Rename deprecated "warning" icon to "exclamation-triangle"
This commit is contained in:
parent
7c7098c700
commit
231617ff70
|
@ -48,7 +48,7 @@
|
||||||
{{#d-button
|
{{#d-button
|
||||||
class="btn-danger pull-right"
|
class="btn-danger pull-right"
|
||||||
action=(action "deleteOtherAccounts")
|
action=(action "deleteOtherAccounts")
|
||||||
icon="warning"
|
icon="exclamation-triangle"
|
||||||
}}
|
}}
|
||||||
{{i18n "ip_lookup.delete_other_accounts" count=otherAccountsToDelete}}
|
{{i18n "ip_lookup.delete_other_accounts" count=otherAccountsToDelete}}
|
||||||
{{/d-button}}
|
{{/d-button}}
|
||||||
|
|
Loading…
Reference in New Issue