Skip to content

Commit

Permalink
Add placeholder message to dataset select
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Nov 6, 2023
1 parent 613d7cc commit ebf1b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PowerSelect
@options={{this.datasets}}
@selected={{this.selectedDataset}}
@placeholder={{t 'osf-components.file-browser.boa_dataset_select_placeholder'}}
@onChange={{this.onDatasetChange}}
as |dataset|
>
Expand Down
1 change: 1 addition & 0 deletions translations/en-us.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2224,6 +2224,7 @@ osf-components:
deleting: 'Deleting {itemCount, plural, one {# item} other {# items}}'
retry: 'retry delete'
submit_to_boa: 'Submit file to Boa?'
boa_dataset_select_placeholder: 'Select a dataset'
confirm_submit_to_boa: 'Are you sure you want to submit "{fileName}" to Boa?'
confirm_submit_to_boa_yes: 'Submit'
submit_to_boa_fail: 'Failed to submit "{fileName}" to Boa'
Expand Down

0 comments on commit ebf1b4c

Please sign in to comment.