aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/send-header/send-header.selectors.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/send/send-header/send-header.selectors.js')
-rw-r--r--ui/app/components/send/send-header/send-header.selectors.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/send/send-header/send-header.selectors.js b/ui/app/components/send/send-header/send-header.selectors.js
index 3d5ca404..5bdecdd5 100644
--- a/ui/app/components/send/send-header/send-header.selectors.js
+++ b/ui/app/components/send/send-header/send-header.selectors.js
@@ -19,7 +19,7 @@ function getTitleKey (state) {
} else if (isToken) {
return 'sendTokens'
} else {
- return 'sendDEX'
+ return 'sendDXN'
}
}