aboutsummaryrefslogtreecommitdiffstats
path: root/app/_locales/en/messages.json
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-10-02 08:32:47 +0800
committerGitHub <noreply@github.com>2018-10-02 08:32:47 +0800
commitb11a8ca2f74af108f48604b1b427b224a9df1292 (patch)
tree8b870d4ccc788fcd74863af811441314e61d59bf /app/_locales/en/messages.json
parentf2fc91b80b30fbd5fa12d24b7bb634f1825de006 (diff)
parent65ba018aad5c09cf5f5b96df559cb543e4a9e980 (diff)
downloadtangerine-wallet-browser-b11a8ca2f74af108f48604b1b427b224a9df1292.tar.gz
tangerine-wallet-browser-b11a8ca2f74af108f48604b1b427b224a9df1292.tar.zst
tangerine-wallet-browser-b11a8ca2f74af108f48604b1b427b224a9df1292.zip
Merge pull request #5329 from whymarrh/confirm-features
Add batch reject to confirm screen
Diffstat (limited to 'app/_locales/en/messages.json')
-rw-r--r--app/_locales/en/messages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index f6cf7cf69..89abb0e76 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -128,6 +128,9 @@
"cancellationGasFee": {
"message": "Cancellation Gas Fee"
},
+ "cancelN": {
+ "message": "Cancel all $1 transactions"
+ },
"classicInterface": {
"message": "Use classic interface"
},
@@ -781,6 +784,18 @@
"refundAddress": {
"message": "Your Refund Address"
},
+ "reject": {
+ "message": "Reject"
+ },
+ "rejectAll": {
+ "message": "Reject All"
+ },
+ "rejectTxsN": {
+ "message": "Reject $1 transactions"
+ },
+ "rejectTxsDescription": {
+ "message": "You are about to batch reject $1 transactions."
+ },
"rejected": {
"message": "Rejected"
},