[TerminalClock] Use "m" instead of "min" for consistence with other apps
parent
93c18eb16e
commit
295d646e74
|
|
@ -89,7 +89,7 @@
|
||||||
settings.PowerOnInterval = v;
|
settings.PowerOnInterval = v;
|
||||||
writeSettings();
|
writeSettings();
|
||||||
},
|
},
|
||||||
format: x => x + " min"
|
format: x => x + "m"
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue