You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: argilla-frontend/translation/en.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -283,8 +283,8 @@ export default {
283
283
optionsWithoutLabel: "Empty options are not allowed",
284
284
},
285
285
},
286
-
atLeastOneQuestion: "At least one question is required",
287
-
atLeastOneRequired: "At least one required question is required",
286
+
atLeastOneQuestion: "At least one question is required.",
287
+
atLeastOneRequired: "At least one required question is needed.",
288
288
hasInvalidQuestions: "Some questions are invalid",
289
289
createDataset: "Create the dataset in Argilla",
290
290
datasetName: "Dataset name",
@@ -309,7 +309,7 @@ export default {
309
309
cantLoadRepository: "Dataset not found or available on Hugging Face",
310
310
none: "None",
311
311
noWorkspaces:
312
-
"Please, follow the <a target='_blank' href='https://docs.argilla.io/latest/how_to_guides/workspace/#create-a-new-workspace'>guide</a> to create a workspace",
312
+
"Please, follow this <a target='_blank' href='https://docs.argilla.io/latest/how_to_guides/workspace/#create-a-new-workspace'>guide</a> to create a workspace",
0 commit comments