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:
parent
4f64e3d6c3
commit
f833f0e5aa
2
app/_locales/en/messages.json
generated
2
app/_locales/en/messages.json
generated
@ -3682,7 +3682,7 @@
|
||||
"description": "$1 is the dApp origin requesting the snap and $2 is the snap name"
|
||||
},
|
||||
"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": {
|
||||
"message": "Ensure that the permissions below align with your intended actions. Only proceed with authors you trust."
|
||||
|
@ -367,7 +367,7 @@ export const PERMISSION_DESCRIPTIONS = deepFreeze({
|
||||
label: t('permission_ethereumProvider'),
|
||||
description: t('permission_ethereumProviderDescription'),
|
||||
leftIcon: ICON_NAMES.ETHEREUM,
|
||||
weight: 1,
|
||||
weight: 2,
|
||||
id: 'ethereum-provider-access',
|
||||
message: t('ethereumProviderAccess', [targetSubjectMetadata?.origin]),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user