We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa4154 commit 6ff692cCopy full SHA for 6ff692c
data/version
@@ -1 +1 @@
1
-{"version":"2.0","updatedTime":"2016-04-14T07:21:51.505Z"}
+{"version":"2.1","updatedTime":"2016-07-02T07:21:51.505Z"}
public/js/app/note.js
@@ -1819,7 +1819,7 @@ LEA.toggleWriteable = Note.toggleWriteable = function(isFromNewNote) {
1819
var note = me.getCurNote();
1820
if (note) {
1821
if (note.InitSync) {
1822
- alert('Waiting for lading content from server');
+ alert('Waiting for loading content from server');
1823
return;
1824
}
1825
0 commit comments