We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03db134 commit f317a4dCopy full SHA for f317a4d
1 file changed
src/index.tsx
@@ -18,7 +18,7 @@ const updateSW = registerSW({
18
}
19
},
20
onOfflineReady() {
21
- window.alert('NMRium wrapper runs in offline mode');
+ window.alert('NMRium wrapper is ready to run in offline mode');
22
23
});
24
0 commit comments