small copy change

This commit is contained in:
Sahaj Jain
2025-10-12 14:08:46 +05:30
parent fe6a3ea3d9
commit 240f7cdac4
+1 -1
View File
@@ -259,7 +259,7 @@ function Controls() {
placeholder={
!allowCrossOrigin
? "Enter same-origin URL for direct theme injection"
: "Enter website URL (e.g., http://localhost:3000/login)"
: "Enter website URL (e.g. http://localhost:3000/login)"
}
value={inputUrl}
onChange={(e) => setInputUrl(e.target.value)}