Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "gruppe" instead of "komite" in strings in revue admission #1216

Merged
merged 3 commits into from Sep 4, 2023

Conversation

eikhr
Copy link
Member

@eikhr eikhr commented Sep 1, 2023

Tons of text-strings say "komite" throughout the webapp. This is a quick and easy fix to make it work for the admission on monday by replacing "komite" with "gruppe" if the slug is "revy".
Also removes some text saying only the relevant group can read the application, as I believe the entire revue board can read all applications.

@eikhr eikhr requested a review from norbye September 1, 2023 19:46
Copy link
Member

@norbye norbye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good stuff. Haven't been able to check through if there are more occurrences, but what's here looks good(: and if possible the URL path would be nice to get fixed as well

<NoChosenSubTitle>
Send inn en ny søknad for å velge komitéer.
Send inn en ny søknad for å velge{" "}
{isRevy ? "grupper" : "komiteer"}.
</NoChosenSubTitle>
<LegoButton
icon="arrow-forward"
iconPrefix="ios"
to={`/${admissionSlug}/velg-komiteer`}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also change so this path is /velg-grupper?

Update path from /velg-komiteer to /velg-grupper.
Add revy email as contact email.
Remove logos.
@norbye
Copy link
Member

norbye commented Sep 3, 2023

Updated with the changes I requested in #1218

@eikhr eikhr merged commit 49beb58 into master Sep 4, 2023
3 checks passed
@eikhr eikhr deleted the revue-group-not-comitee branch September 4, 2023 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants