Skip to content

Commit 0da094a

Browse files
committed
Fix typo
1 parent d96e5f9 commit 0da094a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/modules/users/client/components/Welcome.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ const GeneralInfo: React.FC<{
266266
<FormLabel>General Information</FormLabel>
267267
<P className="text-text-tertiary mb-4">
268268
Specify what you're working on for hub members who'll be interested
269-
in collaborating on new projects
269+
in collaborating on new projects.
270270
</P>
271271

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

0 commit comments

Comments
 (0)