fix: ✏️ Better notification sentence.

This commit is contained in:
Quentin “Storm1er” Decaunes 2019-11-06 10:51:55 +00:00
parent 99d0ffb156
commit 3e15ca9a68

View File

@ -507,7 +507,7 @@ function reApplyPeriodically(seconds) {
if (seconds <= 0) {
if (!document.isStarting) {
notification('primary', "Ryzen Controller no more will re-apply ryzenadj periodically.");
notification('primary', "Ryzen Controller will stop applying RyzenAdj periodically.");
}
return;
}