Update src/components/subtitleeditor/subtitleeditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -242,7 +242,7 @@ function renderSearchResults(context, results) {
|
||||
}
|
||||
|
||||
if (result.HearingImpaired) {
|
||||
html += spanOpen.replace('margin-right:0.25em;', '') + globalize.translate('HearingImpairedShort') + '</span>';
|
||||
html += spanOpen + globalize.translate('HearingImpairedShort') + '</span>';
|
||||
}
|
||||
|
||||
html += '</div>';
|
||||
|
||||
Reference in New Issue
Block a user