Browse Source

Merge pull request #1033 from Hazoom/master

Fix #1032
pull/1047/head
Hiroki Nakayama 4 years ago
committed by GitHub
parent
commit
c0b4eb7684
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      frontend/i18n/en/projects/overview.js

2
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',

Loading…
Cancel
Save