From 517613bfd6b31daf64556813647e1aa7bebdb517 Mon Sep 17 00:00:00 2001 From: moshe20 Date: Mon, 2 Nov 2020 13:26:20 +0200 Subject: [PATCH] fix #1032 --- frontend/i18n/en/projects/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/i18n/en/projects/overview.js b/frontend/i18n/en/projects/overview.js index 5a3959b5..5318089d 100644 --- a/frontend/i18n/en/projects/overview.js +++ b/frontend/i18n/en/projects/overview.js @@ -4,7 +4,7 @@ export default { projectType: 'Project type', textClassification: 'Text Classification', sequenceLabeling: 'Sequence Labeling', - sequenceToSequence: 'Sequence to Sequence', + sequenceToSequence: 'Sequence to sequence', randomizeDocOrder: 'Randomize document order', shareAnnotations: 'Share annotations across all users', delete: 'Delete',