mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove typo, add English translations
This commit is contained in:
parent
6515e28fe4
commit
1cb840b3dc
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ function renderSubtitleFetchers(page, availableOptions, libraryOptions) {
|
|||
html += '</div>';
|
||||
}
|
||||
html += '</div>';
|
||||
html += `<div class="fieldDescription">${globalize.translate('SubtitleResolversHelp')}</div>`;
|
||||
html += `<div class="fieldDescription">${globalize.translate('SubtitleDownloadersHelp')}</div>`;
|
||||
elem.innerHTML = html;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue