Skip to content

Commit c0ea21d

Browse files
committed
📝 added a more explicit placeholder to the new backend URL option
1 parent a22bb70 commit c0ea21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/src/pages/Setup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function Dashboard() {
255255
<FieldLabel>Your Strapi backend URL</FieldLabel>
256256
<FieldInput
257257
type="text"
258-
placeholder="Enter your Strapi Backend URL"
258+
placeholder="'https://you-strapi-url.com' or 'http://localhost:1337' for local env"
259259
value={strapiHost}
260260
onChange={(e) => setStrapiHost(e.target.value)}
261261
/>

0 commit comments

Comments
 (0)