-
Notifications
You must be signed in to change notification settings - Fork 5
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: nomenclature in register page #212
Conversation
✅ Deploy Preview for coderdojobraga-maintenance canceled.
|
✅ Deploy Preview for coderdojobraga-blog canceled.
|
✅ Deploy Preview for coderdojobraga-web canceled.
|
✅ Deploy Preview for coderdojobraga-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
AI-Generated Summary: This pull request primarily renames and revises the Signup component in the web application. The changes include renaming Additions to the form include:
There are also modifications to the error handling, particularly for the requirement to agree to terms and conditions, and for the handling of cases where an email is already registered. This patch thus both addresses nomenclature issues and enhances user experience through GUI improvements and better error handling. |
apps/app/components/Signup/index.tsx
Outdated
<Radio value="mentor" className="mb-2"> | ||
Mentor | ||
<label id="mentor-description" className="ml-5 text-gray-500"> | ||
Voluntário pela iniciativa. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muda para "Voluntário na organização"
apps/app/components/Signup/index.tsx
Outdated
<Radio value="guardian" className="mb-2"> | ||
Guardião | ||
<label id="mentor-description" className="ml-2 text-gray-500"> | ||
Responsável da criança. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Muda para "Responsável pela criança"
apps/app/components/Signup/index.tsx
Outdated
<Radio value="guardian" className="mb-2"> | ||
Guardião | ||
<label id="mentor-description" className="ml-2 text-gray-500"> | ||
Responsável pela criança. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Responsável pela criança. | |
Tutor legal da criança. |
apps/app/components/Signup/index.tsx
Outdated
Guardião | ||
<label id="mentor-description" className="ml-2 text-gray-500"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guardião | |
<label id="mentor-description" className="ml-2 text-gray-500"> | |
<span className="inline-block w-20">Guardião</span> | |
<label id="mentor-description" className="text-gray-500"> | |
apps/app/components/Signup/index.tsx
Outdated
Mentor | ||
<label id="mentor-description" className="ml-6 text-gray-500"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mentor | |
<label id="mentor-description" className="ml-6 text-gray-500"> | |
<span className="inline-block w-20">Mentor</span> | |
<label id="mentor-description" className="text-gray-500"> | |
apps/app/components/Signup/index.tsx
Outdated
</label> | ||
</Radio> | ||
<Tooltip | ||
className={styles.option} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
className={styles.option} |
apps/app/components/Signup/index.tsx
Outdated
Ninja | ||
<label id="mentor-description" className="ml-8 text-gray-500"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ninja | |
<label id="mentor-description" className="ml-8 text-gray-500"> | |
<span className="inline-block w-20">Ninja</span> | |
<label id="mentor-description" className="text-gray-500"> | |
I worked in this solution to resolve the problem we have with the nomenclatures.
If you have any suggestions for the descriptions let me know.