Browse Source

Removing redundant locale keys

pull/976/head
Collin Brown 4 years ago
parent
commit
30e371ad35
2 changed files with 4 additions and 6 deletions
  1. 4
      frontend/i18n/en/generic.js
  2. 6
      frontend/i18n/en/projects/overview.js

4
frontend/i18n/en/generic.js

@ -11,5 +11,7 @@ export default {
name: 'Name',
import: 'Import',
export: 'Export',
signOut: 'Sign Out'
signOut: 'Sign Out',
description: 'Description',
type: 'Type'
}

6
frontend/i18n/en/projects/overview.js

@ -2,7 +2,6 @@ export default {
create: 'Create',
createProjectTitle: 'Add Project',
projectName: 'Project name',
projectDescription: 'Description',
projectType: 'Project type',
textClassification: 'Text Classification',
sequenceLabeling: 'Sequence Labeling',
@ -12,8 +11,5 @@ export default {
delete: 'Delete',
deleteProjectTitle: 'Delete Project',
deleteProjectMessage: 'Are you sure you want to delete these projects?',
search: 'Search',
name: 'Name',
description: 'Description',
type: 'Type'
search: 'Search'
}
Loading…
Cancel
Save