mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: description for custom badges were not showing up
This commit is contained in:
@@ -17,7 +17,7 @@ export default Ember.Component.extend({
|
||||
if (size === 'large') {
|
||||
return Discourse.Emoji.unescape(this.get('badge.long_description') || '');
|
||||
}
|
||||
return this.get('badge.translatedDescription');
|
||||
return this.get('badge.displayDescriptionHtml');
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user