mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-14 00:19:16 +01:00
fix: text changes
This commit is contained in:
parent
559d8e6b5f
commit
227511664b
@ -80,7 +80,7 @@ const EditFeature = () => {
|
|||||||
return (
|
return (
|
||||||
<FormTemplate
|
<FormTemplate
|
||||||
loading={loading}
|
loading={loading}
|
||||||
title="Create Feature toggle"
|
title="Edit Feature toggle"
|
||||||
description="Feature toggles support different use cases, each with their own specific needs such as simple static routing or more complex routing.
|
description="Feature toggles support different use cases, each with their own specific needs such as simple static routing or more complex routing.
|
||||||
The feature toggle is disabled when created and you decide when to enable"
|
The feature toggle is disabled when created and you decide when to enable"
|
||||||
documentationLink="https://docs.getunleash.io/"
|
documentationLink="https://docs.getunleash.io/"
|
||||||
|
@ -81,7 +81,7 @@ const FeatureForm: React.FC<IFeatureToggleForm> = ({
|
|||||||
onBlur={validateToggleName}
|
onBlur={validateToggleName}
|
||||||
/>
|
/>
|
||||||
<p className={styles.inputDescription}>
|
<p className={styles.inputDescription}>
|
||||||
What kind of feature toggle do you want to create?
|
What kind of feature toggle do you want?
|
||||||
</p>
|
</p>
|
||||||
<FeatureTypeSelect
|
<FeatureTypeSelect
|
||||||
value={type}
|
value={type}
|
||||||
|
Loading…
Reference in New Issue
Block a user