diff --git a/CHANGELOG-nightly.md b/CHANGELOG-nightly.md
index 327ae5592..0a836800c 100644
--- a/CHANGELOG-nightly.md
+++ b/CHANGELOG-nightly.md
@@ -3,6 +3,7 @@
**The changes listed here are not assigned to an official release**.
- Added an option to select alternating background color for chat messages
+- Added a tip to the favorite menu to help users favorite emotes if none are found
- Fixed an issue with tab auto-completion on Kick
- Fixed emote tile width in emote menu
- Fixed "hidden subscription status" message in the User Card
diff --git a/locale/en_US.yaml b/locale/en_US.yaml
index d1dc606a5..9aee3f890 100644
--- a/locale/en_US.yaml
+++ b/locale/en_US.yaml
@@ -37,8 +37,10 @@ emote_menu:
native: Open Native Menu
favorite_set: Favorite Emotes
most_used_set: Most Used Emotes
- personal_emotes_promo_1: You don't have Personal Emotes yet
- personal_emotes_promo_2: Use custom emotes anywhere on {PLATFORM} with a 7TV Subscription
+ favorite_emotes_promo_1: You don't have any Favorite Emotes yet
+ favorite_emotes_promo_2: Hold {HOTKEY} and click an emote to add it to your favorites
+ personal_emotes_hint_1: You don't have Personal Emotes yet
+ personal_emotes_hint_2: Use custom emotes anywhere on {PLATFORM} with a 7TV Subscription
sets:
Channel Emotes: Channel Emotes
Personal Emotes: Personal Emotes
diff --git a/src/app/emote-menu/EmoteMenuTab.vue b/src/app/emote-menu/EmoteMenuTab.vue
index 70887367d..5fc98c442 100644
--- a/src/app/emote-menu/EmoteMenuTab.vue
+++ b/src/app/emote-menu/EmoteMenuTab.vue
@@ -27,6 +27,19 @@
+
+
+
+
0;
+}
+
// Select an Emote Set to jump-scroll to
function select(setID: string, coms: InstanceType[] | null | undefined) {
if (!coms || !coms.length) return;