Skip to content

Commit

Permalink
Merge pull request #280 from prezly/feature/mt-5234-update-descriptio…
Browse files Browse the repository at this point in the history
…n-of-menu-options-in

[MT-5234] Update [+] menu options descriptions
  • Loading branch information
e1himself authored Jul 28, 2022
2 parents 5d8ec9b + 2ce045e commit 44ae086
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/slate-editor/src/modules/editor/menuOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function* generateOptions(
action: MenuAction.ADD_QUOTE,
group: Group.TEXT_N_LAYOUT,
text: 'Quote',
description: 'Highlighted text section',
description: 'Highlight a text section',
};
}

Expand All @@ -151,7 +151,7 @@ function* generateOptions(
icon: Icons.ComponentTable,
group: Group.TEXT_N_LAYOUT,
text: 'Table',
description: 'Add a table to your Story',
description: 'Insert a table',
isNew: true,
};
}
Expand Down Expand Up @@ -192,7 +192,7 @@ function* generateOptions(
icon: Icons.ComponentSocialPost,
group: Group.MEDIA_CONTENT,
text: 'Social post',
description: 'Insert a social media URL',
description: 'Embed a social media link',
isBeta: true,
};
}
Expand All @@ -203,7 +203,7 @@ function* generateOptions(
icon: Icons.ComponentAttachment,
group: Group.MEDIA_CONTENT,
text: 'File attachment',
description: 'Insert an attachment',
description: 'Upload or link a file',
};
}

Expand All @@ -213,7 +213,7 @@ function* generateOptions(
icon: Icons.ComponentWebBookmark,
group: Group.MEDIA_CONTENT,
text: 'Website bookmark',
description: 'Insert a website bookmark',
description: 'Insert a visual website link',
isNew: true,
};
}
Expand All @@ -224,7 +224,7 @@ function* generateOptions(
icon: Icons.ComponentEmbed,
group: Group.MEDIA_CONTENT,
text: 'Embed',
description: 'Insert embedded content',
description: 'Insert embeddable content',
isBeta: true,
};
}
Expand Down

0 comments on commit 44ae086

Please sign in to comment.