1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

update ethereum provider endowment weight level and update install warning copy (#18732)

This commit is contained in:
Hassan Malik 2023-04-21 15:34:11 -04:00 committed by GitHub
parent 4f64e3d6c3
commit f833f0e5aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3682,7 +3682,7 @@
"description": "$1 is the dApp origin requesting the snap and $2 is the snap name" "description": "$1 is the dApp origin requesting the snap and $2 is the snap name"
}, },
"snapInstallWarningCheck": { "snapInstallWarningCheck": {
"message": "Ensure that the permission below align with your intended actions. Only proceed with authors you trust." "message": "Ensure that the permission below aligns with your intended actions. Only proceed with authors you trust."
}, },
"snapInstallWarningCheckPlural": { "snapInstallWarningCheckPlural": {
"message": "Ensure that the permissions below align with your intended actions. Only proceed with authors you trust." "message": "Ensure that the permissions below align with your intended actions. Only proceed with authors you trust."

View File

@ -367,7 +367,7 @@ export const PERMISSION_DESCRIPTIONS = deepFreeze({
label: t('permission_ethereumProvider'), label: t('permission_ethereumProvider'),
description: t('permission_ethereumProviderDescription'), description: t('permission_ethereumProviderDescription'),
leftIcon: ICON_NAMES.ETHEREUM, leftIcon: ICON_NAMES.ETHEREUM,
weight: 1, weight: 2,
id: 'ethereum-provider-access', id: 'ethereum-provider-access',
message: t('ethereumProviderAccess', [targetSubjectMetadata?.origin]), message: t('ethereumProviderAccess', [targetSubjectMetadata?.origin]),
}), }),