From a15f0ad49066712fa860211da2e96eb508dc9cb4 Mon Sep 17 00:00:00 2001
From: Xiao Gui <xgui3783@gmail.com>
Date: Tue, 30 Oct 2018 14:15:34 +0100
Subject: [PATCH] chore: more precise error message

---
 src/atlasViewer/atlasViewer.component.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/atlasViewer/atlasViewer.component.ts b/src/atlasViewer/atlasViewer.component.ts
index e59b5cd98..21b2dc4b0 100644
--- a/src/atlasViewer/atlasViewer.component.ts
+++ b/src/atlasViewer/atlasViewer.component.ts
@@ -409,7 +409,7 @@ export class AtlasViewer implements OnDestroy, OnInit, AfterViewInit {
     }
 
     if (!gl) {
-      message['Detail'] = 'Your browser does not support WebGL.'
+      message['Detail'] = 'Your browser does not support WebGL2.'
 
       this.modalService.show(ModalUnit, {
         initialState: {
-- 
GitLab