1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

chore: update the copy to align between project view and personal dashboard (#8365)

Contains small changes to align the two places where we show the same
information.
This commit is contained in:
Thomas Heartman 2024-10-04 12:58:36 +02:00 committed by GitHub
parent 89b619deba
commit 51336568b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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>
@ -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>