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

Locale: e-mail + TLD #2073

Merged
merged 1 commit into from
Jan 31, 2025
Merged

Conversation

McLaynV
Copy link
Contributor

@McLaynV McLaynV commented Jan 28, 2025

The following changes are implemented

Locale changes:

  • Replaced E-mail with Email for consistency - see the counts below
  • Replaced placeholder: [email protected] with placeholder: [email protected] as TLD stands for top-level domain
# grep -ir e-mail . | wc -l
7
# grep -ir email . | wc -l
84

Changes in the user interface:

Minor locale fixes.

Checklist when submitting a final (!draft) PR

  • Commits are tidied up, squashed if needed and follow guidelines in CONTRIBUTING.md
  • Code builds
  • All existing tests pass
  • All new critical code is covered by tests
  • PR is linked to the relevant issue(s)
  • Rebased with the target branch

@Fajfa Fajfa merged commit 0b1f8a4 into cortezaproject:2024.9.x Jan 31, 2025
12 of 13 checks passed
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.

2 participants