Fix missing flaresolverr link

The spaces are important so that i18n correctly converts the translation to the actual text.

Regression introduced with 3a7c93ea06
This commit is contained in:
schroda
2024-05-20 14:59:02 +02:00
parent 2b2686d323
commit c6b99478f3

View File

@@ -304,14 +304,14 @@ export const ServerSettings = () => {
primary={t('settings.server.cloudflare.flaresolverr.enabled.label.title')}
secondary={
<Trans i18nKey="settings.server.cloudflare.flaresolverr.enabled.label.description">
See
See{' '}
<Link
href="https://github.com/FlareSolverr/FlareSolverr?tab=readme-ov-file#installation"
target="_blank"
rel="noreferrer"
>
FlareSolverr
</Link>
</Link>{' '}
for information on how to set it up
</Trans>
}