From 00588959908c9bf709d9c4c2614b5d3a63a38700 Mon Sep 17 00:00:00 2001 From: Abu Bakkar Siddique Date: Fri, 18 Apr 2025 01:48:02 +0530 Subject: [PATCH] Added warning in the chat input that links with www.*****.com or anything with https:// won't work --- apps/studio/src/locales/en/translation.json | 2 +- apps/web/client/messages/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/studio/src/locales/en/translation.json b/apps/studio/src/locales/en/translation.json index 0f153e79de..0afc5f0570 100644 --- a/apps/studio/src/locales/en/translation.json +++ b/apps/studio/src/locales/en/translation.json @@ -68,7 +68,7 @@ "title": "What kind of website do you want to make?", "description": "Tell us a bit about your project. Be as detailed as possible.", "input": { - "placeholder": "Paste a reference screenshot, write a novel, get creative...", + "placeholder": "Paste a reference screenshot, write a novel, get creative...\nlink (www.*****.com or anything with an https://) won't work.", "imageUpload": "Upload Image Reference", "fileReference": "File Reference", "submit": "Start building your site" diff --git a/apps/web/client/messages/en.json b/apps/web/client/messages/en.json index bf0fe1fdb4..9ab0f6a7b8 100644 --- a/apps/web/client/messages/en.json +++ b/apps/web/client/messages/en.json @@ -68,7 +68,7 @@ "title": "What kind of website do you want to make?", "description": "Tell us a bit about your project. Be as detailed as possible.", "input": { - "placeholder": "Paste a reference screenshot, write a novel, get creative...", + "placeholder": "Paste a reference screenshot, write a novel, get creative...\nlink (www.*****.com or anything with an https://) won't work.", "imageUpload": "Upload Image Reference", "fileReference": "File Reference", "submit": "Start building your site"