diff --git a/apps/mobile/src/components/ActionSheetComponent/index.js b/apps/mobile/src/components/ActionSheetComponent/index.js index f0e722903..beaad6e42 100644 --- a/apps/mobile/src/components/ActionSheetComponent/index.js +++ b/apps/mobile/src/components/ActionSheetComponent/index.js @@ -334,8 +334,8 @@ export const ActionSheetComponent = ({ color: 'orange', }, { - name: isPinnedToMenu ? 'Unpin from Menu' : 'Pin to Menu', - icon: 'tag-outline', + name: isPinnedToMenu ? 'Remove Shortcut from Menu' : 'Add Shortcut to Menu', + icon: isPinnedToMenu? 'link-variant-remove' : 'link-variant', func: async () => { try { if (isPinnedToMenu) {