adjust help text

This commit is contained in:
proddy
2023-12-02 12:26:11 +01:00
parent 7efa8ffbe0
commit 80f4e63850
2 changed files with 3 additions and 2 deletions

View File

@@ -56,8 +56,9 @@ const Help: FC = () => {
</Link>
<br />
<i>({LL.HELP_INFORMATION_4()}</i>&nbsp;
<EastIcon style={{ fontSize: 24, color: 'lightblue', verticalAlign: 'middle' }} />
<Link href={uploadURL} color="primary">
{LL.UPLOAD()}
{LL.UPLOAD_DOWNLOAD()}
</Link>
)
</ListItemText>