Skip to content

Commit

Permalink
minor fix for the validator
Browse files Browse the repository at this point in the history
  • Loading branch information
khansadaoudi committed Dec 6, 2024
1 parent 20e8be5 commit 05252d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/sentence/SentenceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
<q-card style="width: 800px;max-width: 90vw;">
<q-card-section>
<div class="row text-h6">
{{ $t('sentenceCard.udValidation') }}
{{ $t('sentenceCard.validation') }}
<span>
<q-icon name="bug_report" />
</span>
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-us/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export default {
automaticParsing: 'Automatic parsing',
conllText: 'Text Conll',
statisticDial: 'Stastistics of the current opened tree',
udValidation: 'UD validation Issues',
validation: 'Validation Issues',
notDetectedLang: ["The project language wasn't detected in UD languages list", '(UD Languages list)'],
noValidationIssues: 'Your annotation has no issues',
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fr-fra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default {
automaticParsing: 'Parsing automatique',
conllText: 'Texte Conll',
statisticDial: "Statistiques de l'arbre ouvert",
udValidation: "Problèmes de validation d'UD",
validation: "Problèmes de validation",
notDetectedLang: ["La langue du projet n'a pas été trouvée dans la liste des langues d'UD ", "(La liste des langues d'UD)"],
noValidationIssues: 'Votre annotation est valide',
},
Expand Down

0 comments on commit 05252d3

Please sign in to comment.