From a84696cb82aaf448a7c948f932362fc68b3dafa9 Mon Sep 17 00:00:00 2001 From: Pluto Date: Fri, 16 Jan 2026 23:28:43 +0530 Subject: [PATCH 1/2] refactor: update hyperlink editor string to opens in new tab --- src/nls/root/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index c9297b626..36f5a8c97 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -187,7 +187,7 @@ define({ "LIVE_DEV_TOOLBOX_EDIT_HYPERLINK": "Edit Hyperlink", "LIVE_DEV_HYPERLINK_NO_HREF": "No href set", "LIVE_DEV_HYPERLINK_OPEN_LINK": "Open this link", - "LIVE_DEV_HYPERLINK_OPENS_NEW_TAB": "Open in new tab", + "LIVE_DEV_HYPERLINK_OPENS_NEW_TAB": "Opens in new tab", "LIVE_DEV_TOOLBOX_DUPLICATE": "Duplicate", "LIVE_DEV_TOOLBOX_DELETE": "Delete", "LIVE_DEV_TOOLBOX_AI": "Edit with AI", From c2a1b5a99405b475225a06effa0074e379fae173 Mon Sep 17 00:00:00 2001 From: Pluto Date: Fri, 16 Jan 2026 23:41:18 +0530 Subject: [PATCH 2/2] build: update pro deps --- tracking-repos.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracking-repos.json b/tracking-repos.json index e0775b36e..0fd19f4ee 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "8a70683e72d431c86d7105bc833642f3db8b5691" + "commitID": "5a18f02c59ee3fc8d70b637117fcdfdda66fa9bb" } }