Skip to content

Commit

Permalink
fix(web): say "reference dataset" consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Nov 28, 2023
1 parent 9195965 commit e150c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function DatasetCurrentOrSelectButton({ toDatasetSelection }: DatasetCurrentOrSe
if (isNil(dataset)) {
return t('Select reference dataset')
}
return t('Selected dataset')
return t('Selected reference dataset')
}, [dataset, t])

if (!dataset) {
Expand Down

0 comments on commit e150c3c

Please sign in to comment.