Skip to content

Commit d53d2a3

Browse files
Update copy
1 parent 3ab6beb commit d53d2a3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

app/_locales/en/messages.json

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/helpers/utils/permission.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,12 +551,11 @@ const PERMISSION_DESCRIPTIONS = deepFreeze({
551551
weight: PermissionWeight.endowment_assets,
552552
}),
553553
[EndowmentPermissions['endowment:protocol']]: ({ t, subjectName }) => ({
554-
// TODO
555-
label: t('permission_assets'),
556-
description: t('permission_assetsDescription', [
554+
label: t('permission_protocol'),
555+
description: t('permission_protocolDescription', [
557556
getSnapNameComponent(subjectName),
558557
]),
559-
leftIcon: IconName.Coin,
558+
leftIcon: IconName.GlobalSearch,
560559
weight: PermissionWeight.endowment_protocol,
561560
}),
562561
[EndowmentPermissions['endowment:signature-insight']]: ({

0 commit comments

Comments
 (0)