mirror of
https://github.com/agam778/MS-365-Electron.git
synced 2026-02-17 09:02:10 +00:00
Update MS 365 account labels in menu (2/2)
This commit is contained in:
12
app/menu.js
12
app/menu.js
@@ -466,7 +466,7 @@ const menulayout = [
|
||||
},
|
||||
{ type: "separator" },
|
||||
{
|
||||
label: "Open Normal version of MS 365",
|
||||
label: "Open MS 365 with Personal Account",
|
||||
type: "radio",
|
||||
click() {
|
||||
setValue(
|
||||
@@ -475,9 +475,9 @@ const menulayout = [
|
||||
);
|
||||
dialog.showMessageBoxSync({
|
||||
type: "info",
|
||||
title: "Normal version of MS 365",
|
||||
title: "MS 365 with Personal Account",
|
||||
message:
|
||||
"The normal version of MS 365 will be opened.\n\nPlease restart the app to apply the changes.",
|
||||
"MS 365 will now open with your Personal Account.\n\nPlease restart the app to apply the changes.",
|
||||
buttons: ["OK"],
|
||||
});
|
||||
},
|
||||
@@ -486,7 +486,7 @@ const menulayout = [
|
||||
"https://microsoft365.com/?auth=1",
|
||||
},
|
||||
{
|
||||
label: "Open Enterprise version of MS 365",
|
||||
label: "Open MS 365 with Work/School Account",
|
||||
type: "radio",
|
||||
click() {
|
||||
setValue(
|
||||
@@ -495,9 +495,9 @@ const menulayout = [
|
||||
);
|
||||
dialog.showMessageBoxSync({
|
||||
type: "info",
|
||||
title: "Enterprise version of MS 365",
|
||||
title: "MS 365 with Work/School Account",
|
||||
message:
|
||||
"The enterprise version of MS 365 will be opened.\n\nPlease restart the app to apply the changes.",
|
||||
"MS 365 will now open with your Work/School account.\n\nPlease restart the app to apply the changes.",
|
||||
buttons: ["OK"],
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user