mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 13:52:12 +00:00
refactor(SubtitlesMenu): update translation key for local subtitles
This commit is contained in:
parent
3df8eb65d0
commit
42ff17f742
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ const SubtitlesMenu = React.memo((props) => {
|
|||
<Button key={index} title={languages.label(lang)} className={classnames(styles['language-option'], { 'selected': selectedSubtitlesLanguage === lang })} data-lang={lang} onClick={subtitlesLanguageOnClick}>
|
||||
<div className={styles['language-label']}>
|
||||
{
|
||||
lang === 'local' ? t('LOCAL_SUBTITLES') : languages.label(lang)
|
||||
lang === 'local' ? t('LOCAL') : languages.label(lang)
|
||||
}
|
||||
</div>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue