mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-06-01 03:52:56 +00:00
improved grammar & fixed typos in docs and plugin texts
This commit is contained in:
+1
-1
@@ -1370,7 +1370,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin {
|
||||
}
|
||||
const procs = getProcessingCounts();
|
||||
const procsDisp = procs == 0 ? "" : ` ⏳${procs}`;
|
||||
const message = `Sync:${w} ↑${sent} ↓${arrived}${waiting}${procsDisp}${queued}`;
|
||||
const message = `Sync: ${w} ↑${sent} ↓${arrived}${waiting}${procsDisp}${queued}`;
|
||||
const locks = getLocks();
|
||||
const pendingTask = locks.pending.length
|
||||
? "\nPending: " +
|
||||
|
||||
Reference in New Issue
Block a user