Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ba1uev committed Oct 4, 2024
1 parent d96e5f9 commit 0da094a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/modules/users/client/components/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ const GeneralInfo: React.FC<{
<FormLabel>General Information</FormLabel>
<P className="text-text-tertiary mb-4">
Specify what you're working on for hub members who'll be interested
in collaborating on new projects
in collaborating on new projects.
</P>

{EDITABLE_ROLE_GROUPS.filter((g) =>
Expand Down Expand Up @@ -328,10 +328,10 @@ const GeneralInfo: React.FC<{
</div>
)}
<div className="my-10">
<FormLabel>What is you permanent Location?</FormLabel>
<FormLabel>What is your permanent location?</FormLabel>
<P className="text-text-tertiary mb-4">
By knowing your timezone hub members would better adjust teamwork and
meetings time
By knowing your time zone, hub members can better adjust teamwork and
meeting times.
</P>
<InputsWrapper
inputs={[
Expand Down

0 comments on commit 0da094a

Please sign in to comment.