diff --git a/frontend/src/lib/components/projects-popup.svelte b/frontend/src/lib/components/projects-popup.svelte index 7d34ef1..783c391 100644 --- a/frontend/src/lib/components/projects-popup.svelte +++ b/frontend/src/lib/components/projects-popup.svelte @@ -31,6 +31,8 @@ // Informations export let tags; + // Lang text + export let text; // Not exported but still Informations let filteredTags = []; @@ -38,7 +40,7 @@ let date = "Date"; let type_project = "Type of project"; let picture; - let description = "Description"; + $: description = null; let report_link; let github_link; let archive_link; @@ -102,7 +104,11 @@ -
+