FIX: use normal title instead of fancy title for prefilled composer
This commit is contained in:
parent
7b52a110b8
commit
f56d86a852
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue