From 51ad562ca31bdba90fbd36cb0b220c51f3a3867d Mon Sep 17 00:00:00 2001 From: Quentin DECAUNES Date: Tue, 4 Jun 2019 12:28:37 +0200 Subject: [PATCH] Updated notification on ryzenadj path save. --- js/methods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/methods.js b/js/methods.js index c87a7b9..62ecf40 100644 --- a/js/methods.js +++ b/js/methods.js @@ -158,7 +158,7 @@ function askingForRyzenAdjExecutablePath() { ) ); - notification('primary', 'Path to ryzenAdj.exe has been saved.'); + notification('primary', 'Path to ryzenAdj executable has been saved.'); appendLog(`askingForRyzenAdjExecutablePath(): ${filePaths[0]}`); } else { notification('warning', 'No path given, nothing changed.');