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 typo: calender → calendar #9109

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

waldyrious
Copy link
Contributor

@waldyrious waldyrious commented Aug 14, 2023

Fixes #9107

Short description of what this resolves:

Just a small refactoring to correct a misspelling of "calendar".

Changes proposed in this pull request:

The following changes have been made:

  • Files add-to-calender.(ts|hbs) were renamed to add-to-calendar.(ts|hbs)
  • Files add-to-calender-join-video.(ts|hbs) were renamed to add-to-calendar-join-video.(ts|hbs)
  • All references to the add-to-calender.hbs file in the *.po translation files were corrected to the new name
  • The CSS classes including "calender" in the name were renamed to say "calendar" instead
  • The TypeScript class AddToCalender was renamed to AddToCalendar
  • The Handlebars components AddToCalender and AddToCalendarJoinVideo were renamed to say "Calendar" instead

Checklist

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter 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)

@vercel
Copy link

vercel bot commented Aug 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
open-event-frontend ❌ Failed (Inspect) Apr 13, 2024 0:24am

@mariobehling
Copy link
Member

Please resolve conflicts.

@waldyrious
Copy link
Contributor Author

Please resolve conflicts.

Done :)

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.

Code references to "calender" should say "calendar" instead
2 participants