From 2f4a64616eccad65cedd576389577536223bf2e8 Mon Sep 17 00:00:00 2001 From: Pluto Date: Mon, 3 Aug 2026 14:00:45 +0530 Subject: [PATCH 1/2] refactor: update new style to create new rule in applies to popover --- src/nls/root/strings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nls/root/strings.js b/src/nls/root/strings.js index e30af57fc3..928a846342 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -373,8 +373,8 @@ define({ "LIVE_DEV_STYLER_TARGET_INLINE_HINT": "directly on the element", "LIVE_DEV_STYLER_TARGET_COUNT": "affects {0} on page", "LIVE_DEV_STYLER_TARGET_CREATE": "New rule in {0}", - "LIVE_DEV_STYLER_NEW_STYLE": "New style…", - "LIVE_DEV_STYLER_NEW_STYLE_TITLE": "New style", + "LIVE_DEV_STYLER_NEW_RULE": "Create new rule…", + "LIVE_DEV_STYLER_NEW_RULE_TITLE": "Create new rule", "LIVE_DEV_STYLER_NEW_ADDS_CLASS": "Adds class \"{0}\" to this element and saves the style in {1}", "LIVE_DEV_STYLER_NEW_ADDS_ID": "Gives this element the id \"{0}\" and saves the style in {1}", "LIVE_DEV_STYLER_NEW_SAVES_ONE": "Saves the style in {0} - styles just this element", From a3b62f53f3743c123ca362754e7654fc175b0337 Mon Sep 17 00:00:00 2001 From: Pluto Date: Mon, 3 Aug 2026 14:10:50 +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 8e873607a2..bbf90cef27 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "c1d96607864a6a432e3a79fdf8af4ae8e5d6c913" + "commitID": "2320177276271ca6bb00188b5f633a42e5f07d9e" } }