From c4cc6dbed1f40ca0ed4a639f80ec58e296efc111 Mon Sep 17 00:00:00 2001 From: MBR-0001 <55142207+MBR-0001@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:38:14 +0200 Subject: [PATCH] Update src/components/subtitleeditor/subtitleeditor.js Co-authored-by: Bill Thornton --- src/components/subtitleeditor/subtitleeditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/subtitleeditor/subtitleeditor.js b/src/components/subtitleeditor/subtitleeditor.js index 999fb217be..ffe05ae5c3 100644 --- a/src/components/subtitleeditor/subtitleeditor.js +++ b/src/components/subtitleeditor/subtitleeditor.js @@ -242,7 +242,7 @@ function renderSearchResults(context, results) { } if (result.HearingImpaired) { - html += spanOpen.replace('margin-right:0.25em;', '') + globalize.translate('HearingImpairedShort') + ''; + html += spanOpen + globalize.translate('HearingImpairedShort') + ''; } html += '';