This commit is contained in:
dennistikhomirov 2018-09-28 03:37:49 -07:00
parent 624a43142f
commit 6f01907a8e
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ module.exports = {
address: 'Recipient address is invalid',
largeAmount: 'Insufficient token\'s balance',
tooPrecise: 'Token\'s amount is too precise',
negativeAmount:'Can not send negative amounts of ETH'
negativeAmount: 'Can not send negative amounts of ETH',
},
title: By.className('flex-center'),
balance: By.className('hide-text-overflow token-balance__amount'),