rename pin to menu to add shortcut to menu

This commit is contained in:
ammarahm-ed
2021-01-08 12:30:55 +05:00
parent 319b7660ef
commit 695976eda2

View File

@@ -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) {