Skip to content

Commit 0364698

Browse files
authored
Fix broken links (#1255)
* fix broken link in nolla_packing_money_description * fix broken link in "other" committee position
1 parent 590f2ea commit 0364698

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/(app)/committees/[shortName]/position/[positionId]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<SetPageTitle title={data.position.name} />
9393
<a
9494
class="mb-2 flex flex-row items-center gap-1 font-medium"
95-
href="/committees/{data.position.committee?.shortName}/members"
95+
href="/committees/{data.position.committee?.shortName ?? 'other'}/members"
9696
><ArrowLeft class="size-4" />{m.committees_members()}</a
9797
>
9898
<div

src/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
"nolla_packing_needle": "Needle and thread",
751751
"nolla_packing_needle_description": "Your lovely ouvve is not supposed to be worn blank, it should be decorated with a bunch of patches! You will receive a lot of patches during the nollning, and to put this on your ouvve it's nice to have a simple sewing kit close to hand. You can of course use textile glue, it's a popular choice by some lazier students, but it's not as robust.",
752752
"nolla_packing_money": "Money",
753-
"nolla_packing_money_description": "In the start of the school year there are quite a few expenses. Course literature, first rent, furniture, Ouvve, event during the nollning to name a few. If you are eligible for CSN, even it will not arrive in your account until after a few weeks, so keeping extra money on hand at the start is recommended!",
753+
"nolla_packing_money_description": "In the start of the school year there are quite a few expenses. Course literature, first rent, furniture, Ouvve, event during the nollning to name a few. If you are eligible for <a href=\"wordlist#csn\" class=\"link\">CSN</a>, even it will not arrive in your account until after a few weeks, so keeping extra money on hand at the start is recommended!",
754754
"nolla_packing_bike": "Bike",
755755
"nolla_packing_bike_description": "A bike is the Lund student's best friend. The whole town is made to be biked around and you rarely travel any distance longer than 15 minutes on a bike. In the start of the school year the pressure is high on bikes so if you are able to bring your own it will be more convenient.",
756756
"nolla_wellbeing_header": "Student health",

src/translations/sv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
"nolla_packing_needle": "Nål och tråd",
751751
"nolla_packing_needle_description": "Din kära <a href=\"wordlist#ouvve\" class=\"link\">ouvve</a> ska ju inte bäras blank, utan det ska smyckras med en massa märken. Många sådana kommer du få tag på under nollningen. För att fästa märken kan det vara bra att ha en nål och tråd till hands. Det går även bra att använda textillim, populärt val bland vissa latare studenter, men det håller inte lika bra.",
752752
"nolla_packing_money": "Pengar",
753-
"nolla_packing_money_description": "I början av skolåret kommer en hel del kostnader. Köpa kurslitteratur, första hyran, inredning, Ouvve, nollningsevent för att nämna de stora. <a href=\"ordlista#csn\" class=\"link\">CSN</a> kommer inte förrän efter några veckor så det kan vara bra att ha det i åtanke.",
753+
"nolla_packing_money_description": "I början av skolåret kommer en hel del kostnader. Köpa kurslitteratur, första hyran, inredning, Ouvve, nollningsevent för att nämna de stora. <a href=\"wordlist#csn\" class=\"link\">CSN</a> kommer inte förrän efter några veckor så det kan vara bra att ha det i åtanke.",
754754
"nolla_packing_bike": "Cykel",
755755
"nolla_packing_bike_description": "Cykeln är lundastudentens bästa vän. Hela staden är anpassad för att cyklas i och det är sällan mer än 15 minuter att cykla. I början på året är trycket högt på cyklar så det rekommenderas att ta med, eller köpa innan rushen.",
756756
"nolla_wellbeing_header": "Studenthälsa",

0 commit comments

Comments
 (0)