Skip to content
Snippets Groups Projects
Commit a15f0ad4 authored by Xiao Gui's avatar Xiao Gui Committed by xgui3783
Browse files

chore: more precise error message

parent f7298212
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment