diff --git a/frontend/public/locales/en/translation.json b/frontend/public/locales/en/translation.json index 9b3a1eb6..a20b7d12 100644 --- a/frontend/public/locales/en/translation.json +++ b/frontend/public/locales/en/translation.json @@ -53,6 +53,8 @@ "title": "Create project", "success": "Your project has been successfully saved.", "failed": "Something went wrong while saving your project. Please try again.", + "archived": "Archived:", + "visible": "Visible:", "name": { "tag": "Project name:", "placeholder": "Enter a name" diff --git a/frontend/public/locales/nl/translation.json b/frontend/public/locales/nl/translation.json index 34abc255..99c237f1 100644 --- a/frontend/public/locales/nl/translation.json +++ b/frontend/public/locales/nl/translation.json @@ -53,6 +53,8 @@ "title": "Maak een project aan", "success": "Uw project is succesvol opgeslagen.", "failed": "Er is iets fout gegaan tijdens het opslaan van uw project. Probeer het opnieuw.", + "archived": "Gearchiveerd:", + "visible": "Zichtbaar:", "name": { "tag": "Projectnaam:", "placeholder": "Voer een naam in" diff --git a/frontend/src/components/ProjectTeacherComponent.tsx b/frontend/src/components/ProjectTeacherComponent.tsx index a12b3b78..47f22d7d 100644 --- a/frontend/src/components/ProjectTeacherComponent.tsx +++ b/frontend/src/components/ProjectTeacherComponent.tsx @@ -378,7 +378,7 @@ export function ProjectTeacherComponent(props: { {/* VISIBLE FIELD*/}
- {/* TODO: Translation*/} +
- {/* TODO: Translation*/} +