mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: invite text update (#955)
This commit is contained in:
parent
cee9695a4a
commit
83ac1f4e4c
@ -45,7 +45,7 @@ export const InviteMembers: React.FC<Props> = ({ setStep, workspace }) => {
|
||||
>
|
||||
<div className="flex w-full max-w-xl flex-col gap-12">
|
||||
<div className="flex flex-col gap-6 rounded-[10px] bg-brand-surface-2 px-10 py-7 shadow-md">
|
||||
<h2 className="text-2xl font-medium ">Invite co-workers to your team</h2>
|
||||
<h2 className="text-2xl font-medium ">Invite your team to your workspace.</h2>
|
||||
<div className="flex flex-col items-start justify-center gap-2.5 ">
|
||||
<span>Email</span>
|
||||
<div className="w-full">
|
||||
|
@ -156,7 +156,7 @@ export const CreateWorkspaceForm: React.FC<Props> = ({
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col items-start justify-center gap-2.5 border-t border-brand-base px-4 py-7">
|
||||
<span>How large is your company</span>
|
||||
<span>How large is your company?</span>
|
||||
<div className="w-full">
|
||||
<Controller
|
||||
name="company_size"
|
||||
|
Loading…
Reference in New Issue
Block a user