Skip to content

Commit

Permalink
fix: add tooltip description to manageAccounts method (#20964)
Browse files Browse the repository at this point in the history
Tooltip updated to: Allow this Snap to add or remove Ethereum accounts, then transact and sign with these accounts.
  • Loading branch information
gantunesr authored Sep 21, 2023
1 parent 48184fe commit 7dbb8c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/_locales/en/messages.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions ui/helpers/utils/permission.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ export const PERMISSION_DESCRIPTIONS = deepFreeze({
///: BEGIN:ONLY_INCLUDE_IN(keyring-snaps)
[RestrictedMethods.snap_manageAccounts]: ({ t }) => ({
label: t('permission_manageAccounts'),
description: t('permission_manageAccountsDescription'),
leftIcon: getLeftIcon(IconName.UserCircleAdd),
rightIcon: null,
weight: 3,
Expand Down

0 comments on commit 7dbb8c8

Please sign in to comment.