Skip to content

Commit cd21903

Browse files
authored
Update placeholder text for input tags
This commit fixes the incorrect/misleading placeholder text for the "Allowed File Extensions" field in the bucket settings page.
1 parent 8bc5fa2 commit cd21903

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/storage/bucket-[bucket]/settings

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/storage/bucket-[bucket]/settings/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@
378378
<InputTags
379379
id="user-labels"
380380
label="Labels"
381-
placeholder="Select or type user labels"
381+
placeholder="Select or type file extensions"
382382
bind:tags={extensions} />
383383
{/key}
384384
<Layout.Stack direction="row">

0 commit comments

Comments
 (0)