From c76c9ca2c86317f902f443db2c5704d4bf6311c0 Mon Sep 17 00:00:00 2001 From: bitpshr Date: Thu, 27 Sep 2018 14:19:09 -0400 Subject: EIP-1102: updated implementation --- app/_locales/en/messages.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'app/_locales/en') diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 26d0422cb..8c6ba50aa 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1,4 +1,34 @@ { + "confirmClear": { + "message": "Are you sure you want to clear approved websites?" + }, + "clearApprovalDataSuccess": { + "message": "Approved website data cleared successfully." + }, + "approvalData": { + "message": "Approval Data" + }, + "approvalDataDescription": { + "message": "Clear approved website data so all sites must request approval again." + }, + "clearApprovalData": { + "message": "Clear Approval Data" + }, + "approve": { + "message": "Approve" + }, + "reject": { + "message": "Reject" + }, + "providerAPIRequest": { + "message": "Ethereum API Request" + }, + "reviewProviderRequest": { + "message": "Please review this Ethereum API request." + }, + "providerRequestInfo": { + "message": "The domain listed below is requesting access to the Ethereum blockchain and to view your current account. Always double check that you're on the correct site before approving access." + }, "accept": { "message": "Accept" }, -- cgit v1.2.3