Skip to content

Commit c368951

Browse files
authored
Merge pull request #1122 from Stremio/fix/use-translate-key-prefix-correction
MetaDetails: Correctly translate metadata
2 parents 0df0cdb + 0a1746d commit c368951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MetaPreview/MetaLinks/MetaLinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const MetaLinks = ({ className, label, links }) => {
1414
{
1515
typeof label === 'string' && label.length > 0 ?
1616
<div className={styles['label-container']}>
17-
{ stringWithPrefix(label.toUpperCase(), 'LINKS') }
17+
{ stringWithPrefix(label.toUpperCase(), 'LINKS_') }
1818
</div>
1919
:
2020
null

0 commit comments

Comments
 (0)