Skip to content

Commit 5f599c9

Browse files
chore: Text improvements in the onboarding flow (#7115)
1 parent 87fde45 commit 5f599c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

frontend/web/components/IntegrationSelect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const IntegrationSelect: FC<IntegrationSelectType> = ({ onComplete }) => {
235235
}}
236236
toggle={() => setShowCustomTool(!showCustomTool)}
237237
>
238-
<p>Let us know what tool you would love to use with feature flags</p>
238+
<p>Let us know what tool you would love to use with Flagsmith</p>
239239
<Input
240240
className='w-100'
241241
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {

frontend/web/components/pages/OnboardingPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const OnboardingPage: FC<OnboardingPageProps> = () => {
6767
step={1}
6868
currentStep={step}
6969
title='Your account'
70-
description='This account will be set as the superuser for the Django Admin. You will be able to set up SSO and OAuth for your team members.'
70+
description='Create your admin account.'
7171
completedTitle={`Hey, ${onboarding.first_name}!`}
7272
>
7373
<OnboardingAccountForm
@@ -83,7 +83,7 @@ const OnboardingPage: FC<OnboardingPageProps> = () => {
8383
step={2}
8484
currentStep={step}
8585
title='Your organisation'
86-
description='Organisations are a way for you and other team members to manage projects and their features. Users can be members of multiple organisations.'
86+
description='Create a new organisation to work with your team members.'
8787
completedTitle={`Creating the organisation ${onboarding.organisation_name}`}
8888
>
8989
<OnboardingOrganisationForm

0 commit comments

Comments
 (0)