Skip to content

Commit f317a4d

Browse files
refactor: correct offline mode ready message (#121)
1 parent 03db134 commit f317a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const updateSW = registerSW({
1818
}
1919
},
2020
onOfflineReady() {
21-
window.alert('NMRium wrapper runs in offline mode');
21+
window.alert('NMRium wrapper is ready to run in offline mode');
2222
},
2323
});
2424

0 commit comments

Comments
 (0)