Skip to content

Commit d3ced05

Browse files
carlhaggrenmemagufgrenIsak-KalliniFiery-132
authored
Fix title to match implementation change (#970)
* Make button pretty 2 hours to make the button look better * Make button square Button is no longer weirdly rectangular * Fix formatting * Add Image archive (#921) * add gallery and albums * add album uploading, fix styling, remove unneeded * change swedish translation for gallery * make album responsive * add support for album metadata * do not kill the browser * remove unused code * remove unused code * fix syntax error * 943 volunteer year ratios (Closes #943) (#944) * Initial working prototype TODO: Remove hard-coded strings and make typeskcript stuff better * Add text properly and use more appropriate variable names * Limit year in statistics * Unmerge This reverts commit 064000b. * 943 volunteer year ratios (#945) * Initial working prototype TODO: Remove hard-coded strings and make typeskcript stuff better * Add text properly and use more appropriate variable names * Limit year in statistics * use svelte 5 syntax * Fix names --------- Co-authored-by: Melker Widén <melker.widen@gmail.com> * Cutoff was incorrectly implemented (#946) * Update email server (#941) * Fix some minor cosmetic problems (#948) * Add position based access admin interface (#927) * Sort albums in descending order (#942) * add gallery and albums * add album uploading, fix styling, remove unneeded * change swedish translation for gallery * make album responsive * add support for album metadata * do not kill the browser * remove unused code * remove unused code * fix syntax error * sort albums by date * Correct dates for elections (#940) * Convert dates to utc * Remove date localization in client * Guess the timezone * URL hardcode fixes (#893) * Fixed hardcoded minio urls to getFileUrl * Fix missing event.imageUrl --------- Co-authored-by: Daniel Adu-Gyan <26229521+danieladugyan@users.noreply.github.com> * Mabye fix election dates (#968) * Convert dates to utc * Remove date localization in client * Guess the timezone * Add more time magic * Add default mandate dates (Closes #151) (#967) * Added default values for mandate periods * Added default null value for memberId in form * Fixed default mandate dates * Added comment explaining the add month logic * Fixed formatting --------- Co-authored-by: erikekberg <er7030ek-s@student.lu.se> * Fix title to match change in implementation --------- Co-authored-by: Melker Widén <85902964+memagu@users.noreply.github.com> Co-authored-by: Felix Ohrgren <179166750+fgren@users.noreply.github.com> Co-authored-by: Isak Kallini <isak@kallini.se> Co-authored-by: Simon Mechler <170467894+Fiery-132@users.noreply.github.com> Co-authored-by: Melker Widén <melker.widen@gmail.com> Co-authored-by: Daniel Adu-Gyan <26229521+danieladugyan@users.noreply.github.com> Co-authored-by: Isak <65332998+Isak-Kallini@users.noreply.github.com> Co-authored-by: Rufus Kogg Röjder <rufus@rojder.se> Co-authored-by: Taevcat <rissleemil@gmail.com> Co-authored-by: Erik <88930447+erikekberg@users.noreply.github.com> Co-authored-by: erikekberg <er7030ek-s@student.lu.se>
1 parent 4d68e51 commit d3ced05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/routes/(app)/admin/alerts/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class="flex w-full flex-col items-center gap-2"
2828
action="?/create"
2929
>
30-
<p>{m.admin_alerts_info()}</p>
30+
<h1 class="mb-6 text-2xl font-semibold">{m.admin_alerts_title()}</h1>
3131
<input
3232
type="text"
3333
name="messageSv"

src/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"admin_access_addNewPolicy": "Add new policies",
184184
"admin_access_newPolicy": "New policy",
185185
"admin_access_policyCreated": "Access policy created",
186-
"admin_alerts_info": "It may take up to 10 minutes for the alert to be visible to users.",
186+
"admin_alerts_title": "Create Global Message",
187187
"admin_alerts_messageSwedish": "Swedish message",
188188
"admin_alerts_messageEnglish": "English message",
189189
"admin_alerts_severity": "Severity",

src/translations/sv.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"admin_access_addNewPolicy": "Lägg till nya policyer",
184184
"admin_access_newPolicy": "Ny policy",
185185
"admin_access_policyCreated": "Ny policy skapad",
186-
"admin_alerts_info": "Det kan ta upp till 10 minuter innan meddelanden visas för användare.",
186+
"admin_alerts_title": "Skapa globalt meddelande",
187187
"admin_alerts_messageSwedish": "Svenskt meddelande",
188188
"admin_alerts_messageEnglish": "Engelskt meddelande",
189189
"admin_alerts_severity": "Allvarlighet",

0 commit comments

Comments
 (0)