diff --git a/internal_packages/verify-install-location/lib/main.es6 b/internal_packages/verify-install-location/lib/main.es6 index 1d388fb0c..d81101bc6 100644 --- a/internal_packages/verify-install-location/lib/main.es6 +++ b/internal_packages/verify-install-location/lib/main.es6 @@ -62,7 +62,7 @@ export function activate() { ] } - let msg = `We recommend that you move N1 to your Applications folder to get updates correctly and keep this folder uncluttered.` + const msg = `We recommend that you move N1 to your Applications folder to get updates correctly and keep this folder uncluttered.` const CANCEL_ID = 3;