From db4f7a46680461ec066630ecb218fdc2fdbbe792 Mon Sep 17 00:00:00 2001 From: Pluto Date: Wed, 14 Jan 2026 14:51:58 +0530 Subject: [PATCH 1/2] refactor: improvised strings for better clarity --- 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 53fd7ec0d..dd7b5dd0a 100644 --- a/src/nls/root/strings.js +++ b/src/nls/root/strings.js @@ -225,7 +225,7 @@ define({ "LIVE_DEV_IMAGE_GALLERY_GET_PRO": "Get Pro", "LIVE_DEV_IMAGE_GALLERY_USAGE_THRESHOLD": "You've used {0}% of your free image searches ({1}/{2})", "LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script", - "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it below the selected element", + "LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it after the selected element", "LIVE_DEV_TOAST_FIXED_ELEMENT_DISMISSED": "Element doesn't scroll with page - edit boxes hidden", "LIVE_DEV_IMAGE_FOLDER_DIALOG_TITLE": "Select Folder to Save Image", "LIVE_DEV_IMAGE_FOLDER_DIALOG_DESCRIPTION": "Choose where to download the image:", From ab71579f2faae22b17869f2cd0060c1951bfec5a Mon Sep 17 00:00:00 2001 From: Pluto Date: Wed, 14 Jan 2026 15:30:17 +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 f1f7f23ad..5320c71ee 100644 --- a/tracking-repos.json +++ b/tracking-repos.json @@ -1,5 +1,5 @@ { "phoenixPro": { - "commitID": "0838471fe2cc3883de47965c29999bd92de22e00" + "commitID": "5aa97d2d87bd85244e3a57d1c850810a7a29a85e" } }