Skip to content

Commit

Permalink
chore: update the copy to align between project view and personal das…
Browse files Browse the repository at this point in the history
…hboard (#8365)

Contains small changes to align the two places where we show the same
information.
  • Loading branch information
thomasheartman authored Oct 4, 2024
1 parent 89b619d commit 5133656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/component/personalDashboard/ConnectSDK.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const CreateFlag: FC<{ project: string }> = ({ project }) => {
Create a feature flag
</TitleContainer>
<div>
<p>The project currently holds no feature toggles.</p>
<p>The project currently holds no feature flags.</p>
<p>Create a feature flag to get started.</p>
</div>
<div>
Expand Down Expand Up @@ -99,8 +99,8 @@ export const ConnectSDK: FC<{ project: string }> = ({ project }) => {
<div>
<p>Your project is not yet connected to any SDK.</p>
<p>
In order to start using your feature flag connect an SDK to
the project.
To start using your feature flag, connect an SDK to the
project.
</p>
</div>
<div>
Expand Down

0 comments on commit 5133656

Please sign in to comment.