Skip to content

Commit 9c5725b

Browse files
committed
fix: consistent dropzone text across all file upload components
1 parent ec85bc0 commit 9c5725b

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/lib/components/filePicker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
direction="row"
373373
gap="s">
374374
<Typography.Text variant="l-500">
375-
Drag and drop files here or click to upload
375+
Drag and drop a file here or click to upload
376376
</Typography.Text>
377377
<Tooltip>
378378
<Layout.Stack

src/lib/components/variables/importVariablesModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<Layout.Stack alignItems="center" gap="s">
6565
<Layout.Stack alignItems="center" justifyContent="center" inline>
6666
<Typography.Text variant="l-500" align="center" inline>
67-
Drag and drop files here or click to upload
67+
Drag and drop a file here or click to upload
6868
<Layout.Stack
6969
style="display: inline-flex; vertical-align: middle;"
7070
inline

src/routes/(console)/organization-[organization]/domains/domain-[domain]/importRecordModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
direction="row"
9090
gap="s">
9191
<Typography.Text variant="l-500">
92-
Drag and drop file here or click to upload
92+
Drag and drop a file here or click to upload
9393
</Typography.Text>
9494
<Tooltip>
9595
<Layout.Stack alignItems="center" justifyContent="center" inline>

src/routes/(console)/project-[region]-[project]/functions/create-function/manual/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<Layout.Stack alignItems="center" gap="s">
207207
<Layout.Stack alignItems="center" justifyContent="center" inline>
208208
<Typography.Text variant="l-500" align="center" inline>
209-
Drag and drop file here or click to upload
209+
Drag and drop a file here or click to upload
210210
<Layout.Stack
211211
style="display: inline-flex; vertical-align: middle;"
212212
inline

src/routes/(console)/project-[region]-[project]/functions/function-[function]/(modals)/createManual.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
direction="row"
9494
gap="s">
9595
<Typography.Text variant="l-500">
96-
Drag and drop file here or click to upload
96+
Drag and drop a file here or click to upload
9797
</Typography.Text>
9898
<Tooltip>
9999
<Layout.Stack alignItems="center" justifyContent="center" inline>

src/routes/(console)/project-[region]-[project]/sites/create-site/manual/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<Layout.Stack alignItems="center" gap="s">
211211
<Layout.Stack alignItems="center" justifyContent="center" inline>
212212
<Typography.Text variant="l-500" align="center" inline>
213-
Drag and drop file here or click to upload
213+
Drag and drop a file here or click to upload
214214
<Layout.Stack
215215
style="display: inline-flex; vertical-align: middle;"
216216
inline

src/routes/(console)/project-[region]-[project]/sites/site-[site]/deployments/createManualDeploymentModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
direction="row"
9494
gap="s">
9595
<Typography.Text variant="l-500">
96-
Drag and drop file here or click to upload
96+
Drag and drop a file here or click to upload
9797
</Typography.Text>
9898
<Tooltip>
9999
<Layout.Stack alignItems="center" justifyContent="center" inline>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
extensions={data.bucket.allowedFileExtensions}
123123
on:invalid={handleInvalid}>
124124
<Typography.Text variant="l-500"
125-
>Drag and drop files here or click to upload</Typography.Text>
125+
>Drag and drop a file here or click to upload</Typography.Text>
126126
</Upload.Dropzone>
127127

128128
{#if files}

src/routes/(console)/project-[region]-[project]/uploadVariablesModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<Layout.Stack alignItems="center" gap="s">
149149
<Layout.Stack alignItems="center" justifyContent="center" inline>
150150
<Typography.Text variant="l-500" align="center" inline>
151-
Drag and drop files here or click to upload
151+
Drag and drop a file here or click to upload
152152
<Layout.Stack
153153
style="display: inline-flex; vertical-align: middle;"
154154
inline

0 commit comments

Comments
 (0)