From 3e15ca9a68f3dcc2817b955afe5f1d6bb1f8296c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20=E2=80=9CStorm1er=E2=80=9D=20Decaunes?= <le.storm1er@gmail.com> Date: Wed, 6 Nov 2019 10:51:55 +0000 Subject: [PATCH] fix: :pencil2: Better notification sentence. --- js/methods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/methods.js b/js/methods.js index 06fb977..08baa31 100644 --- a/js/methods.js +++ b/js/methods.js @@ -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; }