FIX: use normal title instead of fancy title for prefilled composer

This commit is contained in:
Arpit Jalan 2019-07-01 17:54:34 +05:30
parent 7b52a110b8
commit f56d86a852
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const ApplicationRoute = Discourse.Route.extend(OpenComposer, {
: null,
title = post
? I18n.t("composer.reference_topic_title", {
title: post.topic.fancyTitle
title: post.topic.title
})
: null;