1
0
Fork 0
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:
Malik Kennedy 2025-02-25 12:47:46 -05:00
parent 6515e28fe4
commit 1cb840b3dc
No known key found for this signature in database

View file

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