diff --git a/docs/index.html b/docs/index.html index 89ef3c8..79756dd 100644 --- a/docs/index.html +++ b/docs/index.html @@ -181,7 +181,7 @@
-

Try the latest VTracer Desktop App for native speed, curve simplification, and higher tracing quality.

+

Try the latest VTracer Desktop App for native speed, curve simplification, and higher tracing quality.

Download Desktop App @@ -398,8 +398,8 @@ downloadLink.href = releasesUrl; downloadLink.textContent = platform.label ? 'Download for ' + platform.label : 'View latest downloads'; bannerCopy.textContent = platform.label - ? 'Try the latest VTracer Desktop App for ' + platform.label + ' with native speed, curve simplification, and higher tracing quality.' - : 'Try the latest VTracer Desktop App for native speed, curve simplification, and higher tracing quality.'; + ? ' for ' + platform.label + ' with native speed, curve simplification, and higher tracing quality.' + : ' for native speed, curve simplification, and higher tracing quality.'; } function findPlatformDownload(platforms, platform) { @@ -466,7 +466,7 @@ downloadLink.href = downloadUrl; downloadLink.textContent = 'Download for ' + platform.label; - bannerCopy.textContent = 'Try the latest VTracer Desktop App for ' + platform.label + ' with native speed, curve simplification, and higher tracing quality.'; + bannerCopy.textContent = ' for ' + platform.label + ' with native speed, curve simplification, and higher tracing quality.'; }) .catch(function() { setFallback(platform);