Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
update(account-card): fix same address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
luciorubeens committed Jan 9, 2018
1 parent 3051e11 commit 5518e3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/app/src/components/account/account-card.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@

const currentAccount = getCurrentAccount()
if (currentAccount && currentAccount.address === address) {
$scope.receiverValidation.message = gettextCatalog.getString('The address is your own address.' +
' Unless you know what you\'re doing this is probably wrong.')
$scope.receiverValidation.message = gettextCatalog.getString('This address is your own address. Are you sure you want to send to your own address?')
$scope.receiverValidation.failType = 'warning'
return
}
Expand Down

0 comments on commit 5518e3f

Please sign in to comment.