Skip to content

Commit d700c93

Browse files
committed
fix: Wrong title
1 parent 1f4612b commit d700c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ ipcMain.on(MSFT_OPCODE.OPEN_LOGIN, (ipcEvent, ...arguments_) => {
278278
parent: win,
279279
modal: true,
280280
resizable: false,
281-
title: 'Connexion via Microsoft',
281+
title: 'Microsoft Login',
282282
backgroundColor: '#222222',
283283
width: 520,
284284
height: 700,

0 commit comments

Comments
 (0)