Bugfix/#5816 - Fixed i18n key in register page for "haveAccount"
What is the current behavior?
It simply doesn't work since the wrong i18n key is specified pages.login.buttons.haveAccount but the i18n translation files do not have that key and it should instead be pages.register.buttons.haveAccount
What is the new behavior?
UI libraries and core now uses pages.register.buttons.haveAccount in auth/register page
fixes # (issue)
#5816
⚠️ No Changeset found
Latest commit: 88cf7e267db89740108b2925e562de229d34e6c6
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Please Do not delete PR template information and make sure you read our contribution guide before submitting a PR. Feel free to re-open it once you follow our convention.