some i18n fixes and update

This commit is contained in:
nikk gitanes
2021-06-07 01:24:17 +03:00
parent aebcc24970
commit 1e43da5a7c
4 changed files with 17 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ export default function CloseServer() {
color='primary'
autoFocus
>
{t('OK')}
{t('TurnOff')}
</Button>
</DialogActions>
</Dialog>

View File

@@ -144,6 +144,8 @@ export default function SettingsDialog() {
label={t('UseDisk')}
/>
<br />
<small>{t('UseDiskDesc')}</small>
<br />
<FormControlLabel
control={
<Switch checked={RemoveCacheOnDrop} onChange={inputForm} id='RemoveCacheOnDrop' color='primary' />