Update src/components/subtitleeditor/subtitleeditor.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
dca2594aae
commit
c4cc6dbed1
1 changed files with 1 additions and 1 deletions
|
@ -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>';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue