From 034e2f36c3bdd1d6f76e89818c6e1629fe0909d1 Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Mon, 12 Jun 2023 13:13:36 +0530 Subject: [PATCH] Shorten menu label/description --- app/menu.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/menu.js b/app/menu.js index e2a41c7..06e2eb8 100644 --- a/app/menu.js +++ b/app/menu.js @@ -195,7 +195,7 @@ const menulayout = [ }, { type: "separator" }, { - label: "Open Websites in New Windows (Recommended)", + label: "Open Websites in New Windows", type: "radio", click: () => { setValue("websites-in-new-window", "true"); @@ -220,7 +220,7 @@ const menulayout = [ type: "info", title: "Websites in New Windows", message: - "Websites which are targeted to open in new tabs will now open in the same window.\n\nNote: This will be buggy in some cases if you are using Enterprise version of MS 365.", + "Websites which are targeted to open in new tabs will now open in the same window.", buttons: ["OK"], }); }, @@ -569,7 +569,7 @@ const menulayout = [ }, { type: "separator" }, { - label: "Open Websites in New Windows (Recommended)", + label: "Open Websites in New Windows", type: "radio", click: () => { setValue("websites-in-new-window", "true"); @@ -594,7 +594,7 @@ const menulayout = [ type: "info", title: "Websites in New Windows", message: - "Websites which are targeted to open in new tabs will now open in the same window.\n\nNote: This will be buggy in some cases if you are using Enterprise version of MS 365.", + "Websites which are targeted to open in new tabs will now open in the same window.", buttons: ["OK"], }); },