mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 12:55:32 +08:00
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…
x
Reference in New Issue
Block a user