diff --git a/src/components/libraryoptionseditor/libraryoptionseditor.js b/src/components/libraryoptionseditor/libraryoptionseditor.js index a6aa71c099..003f10bcf1 100644 --- a/src/components/libraryoptionseditor/libraryoptionseditor.js +++ b/src/components/libraryoptionseditor/libraryoptionseditor.js @@ -262,7 +262,7 @@ function renderSubtitleFetchers(page, availableOptions, libraryOptions) { html += ''; } html += ''; - html += `
${globalize.translate('SubtitleResolversHelp')}
`; + html += `
${globalize.translate('SubtitleDownloadersHelp')}
`; elem.innerHTML = html; }