We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95e05fa + 7b3e880 commit ce0fabdCopy full SHA for ce0fabd
1 file changed
src/services/controller.ts
@@ -69,7 +69,7 @@ export class Controller {
69
let library: Library;
70
if (!this.ctx.settings.lastUpdated) {
71
if (this.ctx.settings.syncNotifications)
72
- this.ctx.notice('Readwise: Previous sync not detected...\nDownloading full Readwise library');
+ this.ctx.notice('Readwise: Downloading full Readwise library');
73
if (!(await Controller.validateAPIInstance())) {
74
this.ctx.notice('Readwise: Network connection and valid API Token required');
75
return;
0 commit comments