mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
FIX: adds spacing between category name and text in topic timers
This commit is contained in:
parent
70c4630320
commit
334a611e13
@ -54,7 +54,7 @@ export default Ember.Component.extend(bufferedRender({
|
||||
}, options);
|
||||
}
|
||||
|
||||
buffer.push(I18n.t(this._noticeKey(), options));
|
||||
buffer.push(`<span>${I18n.t(this._noticeKey(), options)}</span>`);
|
||||
buffer.push('</h3>');
|
||||
|
||||
// TODO Sam: concerned this can cause a heavy rerender loop
|
||||
|
Loading…
Reference in New Issue
Block a user