mirror of
https://github.com/Foundry376/Mailspring.git
synced 2026-01-06 08:56:09 +08:00
fix(lint): Change variable to const
This commit is contained in:
parent
ae306a94ab
commit
9f1b11a5de
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…
Add table
Reference in a new issue