From 89b4aa5d62237f36fac9dcce9c546005ec18968b Mon Sep 17 00:00:00 2001 From: bitpshr Date: Mon, 1 Oct 2018 20:52:31 -0400 Subject: EIP-1102: Add option to force-enable provider --- app/_locales/en/messages.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'app/_locales/en/messages.json') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 8c6ba50aa..de5d71758 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1,4 +1,13 @@ { + "exposeAccounts": { + "message": "Expose Accounts" + }, + "exposeDescription": { + "message": "Expose accounts to the current website. Useful for legacy dapps." + }, + "confirmExpose": { + "message": "Are you sure you want to expose your accounts to the current website?" + }, "confirmClear": { "message": "Are you sure you want to clear approved websites?" }, @@ -14,9 +23,6 @@ "clearApprovalData": { "message": "Clear Approval Data" }, - "approve": { - "message": "Approve" - }, "reject": { "message": "Reject" }, @@ -890,9 +896,6 @@ "refundAddress": { "message": "Your Refund Address" }, - "reject": { - "message": "Reject" - }, "rejectAll": { "message": "Reject All" }, -- cgit v1.2.3