diff --git a/app/assets/javascripts/discourse/app/components/user-menu/likes-list-empty-state.hbs b/app/assets/javascripts/discourse/app/components/user-menu/likes-list-empty-state.hbs new file mode 100644 index 00000000000..9ba1bebe4a4 --- /dev/null +++ b/app/assets/javascripts/discourse/app/components/user-menu/likes-list-empty-state.hbs @@ -0,0 +1,10 @@ +
+ {{html-safe (i18n "user.no_likes_body" preferencesUrl=(get-url "/my/preferences/notifications"))}} +
+