aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/constants
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-08-17 03:46:40 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-08-24 07:45:28 +0800
commiteb17151ff4c668ff1a99bad696cd379ffc3d8f24 (patch)
tree6ff2e2055cfacbe8fa0472d007e9077fa4d46cb6 /ui/app/constants
parentc06a0be486a6a484929cd3f43fb766f5848ce9db (diff)
downloadtangerine-wallet-browser-eb17151ff4c668ff1a99bad696cd379ffc3d8f24.tar.gz
tangerine-wallet-browser-eb17151ff4c668ff1a99bad696cd379ffc3d8f24.tar.zst
tangerine-wallet-browser-eb17151ff4c668ff1a99bad696cd379ffc3d8f24.zip
Change "Outgoing" to "Sent Ether" or "Sent Token"
Diffstat (limited to 'ui/app/constants')
-rw-r--r--ui/app/constants/transactions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/constants/transactions.js b/ui/app/constants/transactions.js
index da1d2e590..df6c4c8a4 100644
--- a/ui/app/constants/transactions.js
+++ b/ui/app/constants/transactions.js
@@ -11,10 +11,10 @@ export const TOKEN_METHOD_TRANSFER = 'transfer'
export const TOKEN_METHOD_APPROVE = 'approve'
export const TOKEN_METHOD_TRANSFER_FROM = 'transferfrom'
-export const SEND_ETHER_ACTION_KEY = 'outgoing'
+export const SEND_ETHER_ACTION_KEY = 'sentEther'
export const DEPLOY_CONTRACT_ACTION_KEY = 'contractDeployment'
export const APPROVE_ACTION_KEY = 'approve'
-export const SEND_TOKEN_ACTION_KEY = 'outgoing'
+export const SEND_TOKEN_ACTION_KEY = 'sentTokens'
export const TRANSFER_FROM_ACTION_KEY = 'transferFrom'
export const SIGNATURE_REQUEST_KEY = 'signatureRequest'
export const UNKNOWN_FUNCTION_KEY = 'unknownFunction'