Skip to content

Commit 48f4751

Browse files
authored
fix: forgot to fix tooltip text (#1181)
1 parent 2ed60ff commit 48f4751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/src/components/dataset_input/FileSelection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<span
1313
v-tippy="{
1414
content:
15-
'Your files are read locally in your browser, who can only read them if you manually select them first. They are never sent to our servers or anyone else\'s. To convince yourself, you can start a training session (without collaboration) while turning off your machine\'s wifi !',
15+
'Your files are read locally in your browser, they are never sent to our servers or anyone else\'s. To convince yourself, you can start a local training while turning off your machine\'s Wi-Fi!',
1616
}"
1717
class="bg-green-200 text-green-800 dark:text-green-200 dark:bg-green-800 rounded-full hover:cursor-pointer px-2 py-1"
1818
>

0 commit comments

Comments
 (0)