From 695976eda24e3fc8caac4346be50281fff1aff00 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 8 Jan 2021 12:30:55 +0500 Subject: [PATCH] rename pin to menu to add shortcut to menu --- apps/mobile/src/components/ActionSheetComponent/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {