diff --git a/src/components/core/BrowserIssues/script.js b/src/components/core/BrowserIssues/script.js index fe9ffafe..b9b4a60d 100644 --- a/src/components/core/BrowserIssues/script.js +++ b/src/components/core/BrowserIssues/script.js @@ -29,12 +29,12 @@ function getBrowserIssues() { this.issues.push( `Detected GPU "${ UNMASKED_RENDERER.value - }". Dedicated GPU would offer better performances.` + }". Dedicated GPU would offer better performance.` ); } if (strToTest.indexOf('angle') !== -1) { this.issues.push( - `ANGLE is used to translate OpenGL for your hardware. (Slower rendering)` + `ANGLE is used to translate OpenGL for your hardware, so expect slower rendering.` ); } } diff --git a/src/components/core/BrowserIssues/template.html b/src/components/core/BrowserIssues/template.html index f0f21a9a..972fcacb 100644 --- a/src/components/core/BrowserIssues/template.html +++ b/src/components/core/BrowserIssues/template.html @@ -4,7 +4,7 @@

We've detected several issues that may affect the performance of this - application on your browser. + application in your browser.