diff --git a/app/assets/javascripts/discourse/app/components/topic-entrance.hbs b/app/assets/javascripts/discourse/app/components/topic-entrance.hbs index fc024c8c7b2..3bc79368744 100644 --- a/app/assets/javascripts/discourse/app/components/topic-entrance.hbs +++ b/app/assets/javascripts/discourse/app/components/topic-entrance.hbs @@ -1,6 +1,10 @@ {{d-icon "step-backward"}} @@ -9,7 +13,11 @@ {{html-safe this.bottomDate}} diff --git a/app/assets/javascripts/discourse/app/components/topic-list/topic-entrance.gjs b/app/assets/javascripts/discourse/app/components/topic-list/topic-entrance.gjs index af11aa2fb3f..98b51804a10 100644 --- a/app/assets/javascripts/discourse/app/components/topic-list/topic-entrance.gjs +++ b/app/assets/javascripts/discourse/app/components/topic-list/topic-entrance.gjs @@ -6,6 +6,7 @@ import { service } from "@ember/service"; import { htmlSafe } from "@ember/template"; import DiscourseURL from "discourse/lib/url"; import icon from "discourse-common/helpers/d-icon"; +import i18n from "discourse-common/helpers/i18n"; import I18n from "discourse-i18n"; import DMenu from "float-kit/components/d-menu"; @@ -80,7 +81,11 @@ export default class TopicEntrance extends Component {