Fix some UI translated strings

This commit is contained in:
Qstick
2023-02-12 18:22:43 -06:00
parent f91ffb8328
commit a31b107a90
10 changed files with 23 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ const columns = [
},
{
name: 'size',
label: 'Size',
label: translate('Size'),
isVisible: true
},
{

View File

@@ -113,7 +113,7 @@ class Updates extends Component {
/>
<div className={styles.message}>
The latest version of Prowlarr is already installed
{translate('TheLatestVersionIsAlreadyInstalled', ['Prowlarr'])}
</div>
{