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.');