mirror of
https://github.com/edward-shen/MMM-pages.git
synced 2025-04-01 18:48:18 -07:00
Fix typo
This commit is contained in:
parent
571e023539
commit
03fde2a4a6
1 changed files with 2 additions and 2 deletions
|
@ -49,12 +49,12 @@ Module.register('MMM-pages', {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.config.rotationFirstPage) {
|
if (this.config.rotationFirstPage) {
|
||||||
Log.warn('[MMM-pages] The config option "rotationFirstPage" is deprecated. Please used "rotationHomePage" instead.');
|
Log.warn('[MMM-pages] The config option "rotationFirstPage" is deprecated. Please use "rotationHomePage" instead.');
|
||||||
this.config.rotationHomePage = this.config.rotationFirstPage;
|
this.config.rotationHomePage = this.config.rotationFirstPage;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.config.rotationTime) {
|
if (this.config.rotationTime) {
|
||||||
Log.warn('[MMM-pages] The config option "rotationTime" is deprecated. Please used "timings" instead.');
|
Log.warn('[MMM-pages] The config option "rotationTime" is deprecated. Please use "timings" instead.');
|
||||||
this.config.timings.default = this.config.rotationTime;
|
this.config.timings.default = this.config.rotationTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue