Skip to content

Commit

Permalink
Re-wording of bucket prefix form field
Browse files Browse the repository at this point in the history
  • Loading branch information
TimCsaky committed Sep 8, 2023
1 parent fd8d8e7 commit b08c351
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions frontend/src/components/bucket/BucketConfigForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,11 @@ const onCancel = () => {
/>
<TextInput
name="key"
label="Key/Folder"
placeholder="directory"
help-text="A folder prefix within a bucket. The folder will be created if it doesn't already exist.
Will default to '/' if not provided. This value cannot be changed after the bucket is configured."
label="Bucket sub-path"
placeholder="/"
help-text="Add an optional file path to a 'sub-folder' in a bucket.
The folder will be created if it doesn't already exist.
This will default to the root '/' if not provided. This value cannot be changed after the bucket is configured."

Check warning on line 139 in frontend/src/components/bucket/BucketConfigForm.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (16.x)

This line has a length of 122. Maximum allowed is 120

Check warning on line 139 in frontend/src/components/bucket/BucketConfigForm.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (18.x)

This line has a length of 122. Maximum allowed is 120

Check warning on line 139 in frontend/src/components/bucket/BucketConfigForm.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (16.x)

This line has a length of 122. Maximum allowed is 120

Check warning on line 139 in frontend/src/components/bucket/BucketConfigForm.vue

View workflow job for this annotation

GitHub Actions / Unit Tests (Frontend) (18.x)

This line has a length of 122. Maximum allowed is 120
:disabled="!!props.bucket"
/>
<Button
Expand Down

0 comments on commit b08c351

Please sign in to comment.