mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
adjust help text
This commit is contained in:
@@ -169,7 +169,7 @@ const en: Translation = {
|
|||||||
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
|
||||||
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
HELP_INFORMATION_2: 'For live community chat join our Discord server',
|
||||||
HELP_INFORMATION_3: 'To request a feature or report a bug',
|
HELP_INFORMATION_3: 'To request a feature or report a bug',
|
||||||
HELP_INFORMATION_4: 'remember to download and attach your system information for a faster response when reporting an issue',
|
HELP_INFORMATION_4: 'remember to download and attach your support information for a faster response when reporting an issue',
|
||||||
HELP_INFORMATION_5: 'EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!',
|
HELP_INFORMATION_5: 'EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!',
|
||||||
UPLOAD: 'Upload',
|
UPLOAD: 'Upload',
|
||||||
DOWNLOAD: '{{D|d|d}}ownload',
|
DOWNLOAD: '{{D|d|d}}ownload',
|
||||||
|
|||||||
@@ -56,8 +56,9 @@ const Help: FC = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
<br />
|
<br />
|
||||||
<i>({LL.HELP_INFORMATION_4()}</i>
|
<i>({LL.HELP_INFORMATION_4()}</i>
|
||||||
|
<EastIcon style={{ fontSize: 24, color: 'lightblue', verticalAlign: 'middle' }} />
|
||||||
<Link href={uploadURL} color="primary">
|
<Link href={uploadURL} color="primary">
|
||||||
{LL.UPLOAD()}
|
{LL.UPLOAD_DOWNLOAD()}
|
||||||
</Link>
|
</Link>
|
||||||
)
|
)
|
||||||
</ListItemText>
|
</ListItemText>
|
||||||
|
|||||||
Reference in New Issue
Block a user