mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: text changes
This commit is contained in:
parent
559d8e6b5f
commit
227511664b
@ -80,7 +80,7 @@ const EditFeature = () => {
|
||||
return (
|
||||
<FormTemplate
|
||||
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.
|
||||
The feature toggle is disabled when created and you decide when to enable"
|
||||
documentationLink="https://docs.getunleash.io/"
|
||||
|
@ -81,7 +81,7 @@ const FeatureForm: React.FC<IFeatureToggleForm> = ({
|
||||
onBlur={validateToggleName}
|
||||
/>
|
||||
<p className={styles.inputDescription}>
|
||||
What kind of feature toggle do you want to create?
|
||||
What kind of feature toggle do you want?
|
||||
</p>
|
||||
<FeatureTypeSelect
|
||||
value={type}
|
||||
|
Loading…
Reference in New Issue
Block a user