mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-19 14:40:26 +08:00
fix(lint): Change variable to const
This commit is contained in:
parent
275786cdfb
commit
e10a0668ed
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue