mirror of
https://github.com/Radarr/Radarr
synced 2026-03-05 12:03:41 +01:00
Fix a type in the translation of UI
This commit is contained in:
parent
1971a9dd05
commit
2b7af5d99d
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ function Settings() {
|
|||
className={styles.link}
|
||||
to="/settings/ui"
|
||||
>
|
||||
{translate('Ui')}
|
||||
{translate('UI')}
|
||||
</Link>
|
||||
|
||||
<div className={styles.summary}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue