From 498eec92e2f072f5e7adf6c8205b5b5169bcd411 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 29 Mar 2023 11:00:53 +0200 Subject: [PATCH] fix label --- apps/remix-ide/src/app/tabs/locales/en/permissionHandler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/locales/en/permissionHandler.json b/apps/remix-ide/src/app/tabs/locales/en/permissionHandler.json index e72af61447..d41fe6c68e 100644 --- a/apps/remix-ide/src/app/tabs/locales/en/permissionHandler.json +++ b/apps/remix-ide/src/app/tabs/locales/en/permissionHandler.json @@ -4,7 +4,7 @@ "permissionHandler.permissionHandlerMessage": "\"{from}\" {rememberText} would like to access to \"{method}\" of \"{to}\"`", "permissionHandler.description": "Description", "permissionHandler.noDescriptionProvided": "No description Provided", - "permissionHandler.makeSureYouTrustThisPlugin": "Make sure you trust this plugin before processing this call. If you choose to remember the choice, the value will be kept only for the current session.", + "permissionHandler.makeSureYouTrustThisPlugin": "Make sure you trust this plugin before processing this call. If you choose to remember the choice for this specific call, the value will be kept only for the current session.", "permissionHandler.rememberThisChoice": "Remember this choice", "permissionHandler.resetAllPermissions": "Reset all Permissions", "permissionHandler.permissionNeededFor": "Permission needed for {to}",