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

fix-8914: Update spelling and translations of attendee form #8953

Merged
merged 2 commits into from
Jul 13, 2023

Conversation

khangon
Copy link
Contributor

@khangon khangon commented Jul 6, 2023

Fixes #8914

Short description of what this resolves:

Changes proposed in this pull request:

  • change text: Consent form field -> Code of conduct consent

Checklist

  • I have read the Contribution & Best practices Guide and my PR follows them.
  • My branch is up-to-date with the Upstream development branch.
  • The unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All the functions created/modified in this PR contain relevant docstrings.

@@ -150,7 +150,7 @@
"acceptVideoRecording": "Photo & video & text consent",
"acceptShareDetails": "Partner contact consent",
"acceptReceiveEmails": "Email consent",
"is_consent_form_field": "Consent form field",
"is_consent_form_field": "Code of conduct consent",
Copy link
Member

Choose a reason for hiding this comment

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

should probably be "is_consent_form_coc"

Copy link

Choose a reason for hiding this comment

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

should probably be "is_consent_form_coc"

This will change the column name in database, I think it will take time to do for it @mariobehling

Copy link
Member

Choose a reason for hiding this comment

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

Ok, then lets not do it now, but we should have caught this earlier. It does not make sense to just call it "consent form field". Anyways, thanks.

@khangon khangon marked this pull request as ready for review July 12, 2023 11:05
@mariobehling mariobehling merged commit 46cf32d into fossasia:development Jul 13, 2023
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.

3 participants