diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index 896628b1..a1c39e6a 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -75,7 +75,7 @@ const HomePage: React.FC = () => { // Local state const [mode, setMode] = useState<"upload" | "form" | "access" | "admin">( - "upload", + "form", ); const [variant, setVariant] = useState("VSM"); const [uploadedFile, setUploadedFile] = useState(null); @@ -373,7 +373,15 @@ const HomePage: React.FC = () => { {steps.map((label) => ( @@ -409,14 +417,6 @@ const HomePage: React.FC = () => { {/* Mode Tabs */} - + {/* Upload Mode */} diff --git a/frontend/src/pages/ViewApplicationPage.tsx b/frontend/src/pages/ViewApplicationPage.tsx index 8e09473c..81184fa0 100644 --- a/frontend/src/pages/ViewApplicationPage.tsx +++ b/frontend/src/pages/ViewApplicationPage.tsx @@ -524,7 +524,8 @@ const ViewApplicationPage: React.FC = () => { )} - Es handelt sich um Stellenfinanzierungen + Die Maßnahme beinhaltet keine zeitlich unbefristeten + Stellenfinanzierungen @@ -534,8 +535,7 @@ const ViewApplicationPage: React.FC = () => { )} - Die Studierenden werden an der Planung und Durchführung - der Maßnahme beteiligt + Die Maßnahme kommt den Studierenden zugute (vgl. VWV) @@ -545,7 +545,8 @@ const ViewApplicationPage: React.FC = () => { )} - Es werden keine Einzelpersonen von der Maßnahme gefördert + Es findet keine individuelle Förderung von Studierenden + statt {formData.qsmFlags.exkursionGenehmigt !== undefined && ( @@ -556,8 +557,7 @@ const ViewApplicationPage: React.FC = () => { )} - Die beantragte Exkursion wurde von den zuständigen - Stellen genehmigt + Die Exkursion wurde von der Fakultät genehmigt )} @@ -569,7 +569,7 @@ const ViewApplicationPage: React.FC = () => { )} - Die Exkursion wird bereits aus anderen Mitteln + Die Exkursion wird maßgeblich von der Fakultät bezuschusst