Skip to content

Commit f3d8501

Browse files
committed
fix: mini dataset text in the dataset size section
1 parent 8aa6bab commit f3d8501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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>

0 commit comments

Comments
 (0)