Rewording to avoid escaping

Co-authored-by: Edward Shen <code@eddie.sh>
This commit is contained in:
Kristjan ESPERANTO 2024-12-02 20:56:04 +01:00 committed by GitHub
parent 398c68a195
commit 2621f259d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@ Module.register('MMM-pages', {
this.resetTimerWithDelay(0);
}
this.sendNotification('NEW_PAGE', this.curPage);
} else { Log.error('[MMM-pages] Pages aren\'t properly defined!'); }
} else { Log.error('[MMM-pages] Pages are not properly defined!'); }
},
/**