Update src/components/subtitleeditor/subtitleeditor.js

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
MBR-0001 2023-09-14 08:38:14 +02:00 committed by GitHub
parent dca2594aae
commit c4cc6dbed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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