Skip to content

Commit ac8cd9e

Browse files
devvaannshabose
authored andcommitted
feat: update required toast message strings
1 parent e6a647c commit ac8cd9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/nls/root/strings.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,9 @@ define({
213213
"LIVE_DEV_IMAGE_GALLERY_OFFLINE_RETRY": "Retry",
214214
"LIVE_DEV_IMAGE_GALLERY_CHECKING_CONNECTION": "Checking connection",
215215
"LIVE_DEV_IMAGE_GALLERY_STILL_OFFLINE": "Still offline. Please check your connection.",
216-
"LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script.",
217-
"LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied! Click 'Paste' on any element to insert it above.",
216+
"LIVE_DEV_TOAST_NOT_EDITABLE": "Element not editable - generated by script",
217+
"LIVE_DEV_COPY_TOAST_MESSAGE": "Element copied. Use 'Paste' to add it below the selected element",
218+
"LIVE_DEV_TOAST_FIXED_ELEMENT_DISMISSED": "Element doesn't scroll with page - edit boxes hidden",
218219
"LIVE_DEV_IMAGE_FOLDER_DIALOG_TITLE": "Select Folder to Save Image",
219220
"LIVE_DEV_IMAGE_FOLDER_DIALOG_DESCRIPTION": "Choose where to download the image:",
220221
"LIVE_DEV_IMAGE_FOLDER_DIALOG_PLACEHOLDER": "Type folder path (e.g., assets/images/)",

0 commit comments

Comments
 (0)