We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f7593 commit e180034Copy full SHA for e180034
plugin.rb
@@ -76,7 +76,7 @@ module ::DiscourseTranslator
76
serializer.object.locale_matches?(I18n.locale)
77
fancy_title
78
else
79
- serializer.object.translation_for(I18n.locale).presence&.then { |t| (t) }
+ serializer.object.translation_for(I18n.locale).presence&.then { |t| Topic.fancy_title(t) }
80
end
81
82
0 commit comments