1
0
Fork 0

[TerminalClock] Use "m" instead of "min" for consistence with other apps

master
Stiralbios 2022-06-18 22:12:21 +02:00
parent 93c18eb16e
commit 295d646e74
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
settings.PowerOnInterval = v;
writeSettings();
},
format: x => x + " min"
format: x => x + "m"
};
}