FIX: adds spacing between category name and text in topic timers

This commit is contained in:
Joffrey JAFFEUX 2018-03-28 13:08:47 +02:00 committed by GitHub
parent 70c4630320
commit 334a611e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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