DEV: Rename deprecated "warning" icon to "exclamation-triangle"

This commit is contained in:
Penar Musaraj 2020-02-03 10:43:05 -05:00
parent 7c7098c700
commit 231617ff70
1 changed files with 1 additions and 1 deletions

View File

@ -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}}