We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dcb240 commit 786433aCopy full SHA for 786433a
frontend/src/strings/crawl-workflows/infoText.ts
@@ -63,9 +63,9 @@ export const infoTextFor = {
63
),
64
lang: msg(`Websites that observe the browser’s language setting may serve
65
content in that language if available.`),
66
- proxyId: msg(
67
- `Choose a proxy to crawl through. If using a browser profile, the profile proxy will be used instead.`,
68
- ),
+ proxyId: `${msg(
+ `Choose a proxy to crawl through.`,
+ )} ${msg("If using a browser profile, the profile proxy will be used instead.")}`,
69
selectLinks: msg(
70
html`Customize how URLs are extracted from a page. The crawler will use the
71
specified
0 commit comments