Skip to content

Commit

Permalink
Remove STARTED stage from the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tereshchenko Aleksandr committed Aug 20, 2024
1 parent e97568d commit 2df4ec9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/client/components/ThesisPage/ThesisEditForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ const ThesisEditForm: React.FC<{
<MenuItem value="PLANNING">
{t('thesisStages:planned')}
</MenuItem>
<MenuItem value="STARTED">{t('thesisStages:started')}</MenuItem>
<MenuItem value="IN_PROGRESS">
{t('thesisStages:inProgress')}
</MenuItem>
Expand Down
1 change: 0 additions & 1 deletion src/client/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
},
"thesisStages": {
"planned": "Planned",
"started": "Started",
"inProgress": "In progress",
"completed": "Completed",
"cancelled": "Cancelled"
Expand Down
1 change: 0 additions & 1 deletion src/client/locales/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@
},
"thesisStages": {
"planned": "Suunniteltu",
"started": "Aloitettu",
"inProgress": "Käynnissä",
"completed": "Valmis",
"cancelled": "Keskeytetty"
Expand Down

0 comments on commit 2df4ec9

Please sign in to comment.