Skip to content

Commit e595296

Browse files
committed
Merge branch 'staging' of https://github.com/AI-READI/fairhub-portal into staging
2 parents e64a0b0 + f3d8501 commit e595296

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/side/DatasetSize.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const parsedSize = byteSize(props.size, { precision: 2 }).toString();
4343
:to="`/datasets/${child}`"
4444
class="p flex justify-center text-xs text-sky-700 hover:underline"
4545
>
46-
A smaller version is available for model training...
46+
A smaller version is available for pipeline development...
4747
</NuxtLink>
4848
</n-flex>
4949
</template>

pages/datasets/[datasetid]/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ const onTabChange = () => {
425425
type="warning"
426426
>
427427
<p>
428-
It is only intended to be used as a smaller training dataset for model
429-
and workflow development. To access the full dataset, please
428+
It is only intended to help develop pipelines before downloading the
429+
full dataset. To access the full dataset, please
430430
<NuxtLink
431431
:to="`/datasets/${dataset?.data.parent || ''}`"
432432
class="text-blue-500 hover:underline"

0 commit comments

Comments
 (0)