summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide/emojis.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/fe_guide/emojis.md')
-rw-r--r--doc/development/fe_guide/emojis.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/emojis.md b/doc/development/fe_guide/emojis.md
index 3296783a616..c93e1bb34c5 100644
--- a/doc/development/fe_guide/emojis.md
+++ b/doc/development/fe_guide/emojis.md
@@ -30,7 +30,7 @@ when your platform does not support it.
- Negative intent should be set to `1.5`.
1. Ensure you see new individual images copied into `app/assets/images/emoji/`
1. Ensure you can see the new emojis and their aliases in the GitLab Flavored Markdown (GLFM) Autocomplete
- 1. Ensure you can see the new emojis and their aliases in the award emoji menu
+ 1. Ensure you can see the new emojis and their aliases in the emoji reactions menu
1. You might need to add new emoji Unicode support checks and rules for platforms
that do not support a certain emoji and we need to fallback to an image.
See `app/assets/javascripts/emoji/support/is_emoji_unicode_supported.js`