mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02: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:
parent
89b619deba
commit
51336568b1
@ -52,7 +52,7 @@ export const CreateFlag: FC<{ project: string }> = ({ project }) => {
|
|||||||
Create a feature flag
|
Create a feature flag
|
||||||
</TitleContainer>
|
</TitleContainer>
|
||||||
<div>
|
<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>
|
<p>Create a feature flag to get started.</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@ -99,8 +99,8 @@ export const ConnectSDK: FC<{ project: string }> = ({ project }) => {
|
|||||||
<div>
|
<div>
|
||||||
<p>Your project is not yet connected to any SDK.</p>
|
<p>Your project is not yet connected to any SDK.</p>
|
||||||
<p>
|
<p>
|
||||||
In order to start using your feature flag connect an SDK to
|
To start using your feature flag, connect an SDK to the
|
||||||
the project.
|
project.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user