mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
refactor: update text in ui consistent
This commit is contained in:
parent
67f73ff598
commit
aae8c4d9d9
@ -249,7 +249,7 @@ export const ApiTokenList = () => {
|
||||
}
|
||||
data-test={CREATE_API_TOKEN_BUTTON}
|
||||
>
|
||||
Create API token
|
||||
New API token
|
||||
</Button>
|
||||
}
|
||||
/>
|
||||
|
@ -125,7 +125,7 @@ to resources within a project"
|
||||
getRoleKey={getRoleKey}
|
||||
>
|
||||
<PermissionButton permission={ADMIN} type="submit">
|
||||
Edit role
|
||||
Save
|
||||
</PermissionButton>
|
||||
</ProjectRoleForm>
|
||||
</FormTemplate>
|
||||
|
@ -95,7 +95,7 @@ const EditUser = () => {
|
||||
mode={EDIT}
|
||||
>
|
||||
<PermissionButton permission={ADMIN} type="submit">
|
||||
Edit user
|
||||
Save
|
||||
</PermissionButton>
|
||||
</UserForm>
|
||||
</FormTemplate>
|
||||
|
@ -35,7 +35,7 @@ const UsersAdmin = () => {
|
||||
history.push('/admin/create-user')
|
||||
}
|
||||
>
|
||||
Add new user
|
||||
New user
|
||||
</Button>
|
||||
}
|
||||
elseShow={
|
||||
|
@ -127,7 +127,7 @@ const ContextList = () => {
|
||||
color="primary"
|
||||
variant="contained"
|
||||
>
|
||||
Add new context field
|
||||
New context field
|
||||
</Button>
|
||||
}
|
||||
/>
|
||||
|
@ -107,7 +107,7 @@ const EditContext = () => {
|
||||
permission={UPDATE_CONTEXT_FIELD}
|
||||
type="submit"
|
||||
>
|
||||
Edit context
|
||||
Save
|
||||
</PermissionButton>
|
||||
</ContextForm>
|
||||
</FormTemplate>
|
||||
|
@ -86,7 +86,7 @@ const EditEnvironment = () => {
|
||||
clearErrors={clearErrors}
|
||||
>
|
||||
<PermissionButton permission={ADMIN} type="submit">
|
||||
Edit environment
|
||||
Save
|
||||
</PermissionButton>
|
||||
</EnvironmentForm>
|
||||
</FormTemplate>
|
||||
|
@ -172,10 +172,10 @@ const EnvironmentList = () => {
|
||||
<ResponsiveButton
|
||||
onClick={navigateToCreateEnvironment}
|
||||
maxWidth="700px"
|
||||
tooltip="Add environment"
|
||||
tooltip="Add new environment"
|
||||
Icon={Add}
|
||||
>
|
||||
Add Environment
|
||||
New Environment
|
||||
</ResponsiveButton>
|
||||
</>
|
||||
}
|
||||
|
@ -106,7 +106,7 @@ const EditFeature = () => {
|
||||
projectId={project}
|
||||
type="submit"
|
||||
>
|
||||
Edit toggle
|
||||
Save
|
||||
</PermissionButton>
|
||||
</FeatureForm>
|
||||
</FormTemplate>
|
||||
|
@ -181,7 +181,7 @@ const FeatureToggleList = ({
|
||||
skeleton: loading,
|
||||
})}
|
||||
>
|
||||
Create feature toggle
|
||||
New feature toggle
|
||||
</Button>
|
||||
}
|
||||
/>
|
||||
|
@ -163,7 +163,7 @@ exports[`renders correctly with one feature 1`] = `
|
||||
<span
|
||||
className="MuiButton-label"
|
||||
>
|
||||
Create feature toggle
|
||||
New feature toggle
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
@ -358,7 +358,7 @@ exports[`renders correctly with one feature without permissions 1`] = `
|
||||
<span
|
||||
className="MuiButton-label"
|
||||
>
|
||||
Create feature toggle
|
||||
New feature toggle
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -282,7 +282,7 @@ const FeatureStrategiesEnvironments = () => {
|
||||
environmentId={activeEnvironment.name}
|
||||
permission={CREATE_FEATURE_STRATEGY}
|
||||
>
|
||||
Add new strategy
|
||||
New strategy
|
||||
</ResponsiveButton>
|
||||
}
|
||||
/>
|
||||
|
@ -293,7 +293,7 @@ const FeatureOverviewVariants = () => {
|
||||
permission={UPDATE_FEATURE_VARIANTS}
|
||||
projectId={projectId}
|
||||
>
|
||||
Add variant
|
||||
New variant
|
||||
</PermissionButton>
|
||||
<ConditionallyRender
|
||||
condition={editable}
|
||||
|
@ -91,7 +91,7 @@ const EditProject = () => {
|
||||
validateIdUniqueness={validateIdUniqueness}
|
||||
>
|
||||
<PermissionButton permission={UPDATE_PROJECT} type="submit">
|
||||
Edit project
|
||||
Save
|
||||
</PermissionButton>
|
||||
</ProjectForm>
|
||||
</FormTemplate>
|
||||
|
@ -139,7 +139,7 @@ const ProjectListNew = () => {
|
||||
tooltip={createButtonData.title}
|
||||
disabled={createButtonData.disabled}
|
||||
>
|
||||
Add new project
|
||||
New project
|
||||
</ResponsiveButton>
|
||||
}
|
||||
/>
|
||||
|
@ -80,7 +80,7 @@ export const StrategiesList = () => {
|
||||
data-test={ADD_NEW_STRATEGY_ID}
|
||||
tooltip={'Add new strategy'}
|
||||
>
|
||||
Add new strategy
|
||||
New strategy
|
||||
</PermissionButton>
|
||||
}
|
||||
/>
|
||||
|
@ -178,7 +178,7 @@ export const StrategyForm = ({ editMode, strategy }: IStrategyFormProps) => {
|
||||
color="primary"
|
||||
style={{ display: 'block' }}
|
||||
>
|
||||
Update
|
||||
Save
|
||||
</Button>
|
||||
}
|
||||
elseShow={
|
||||
|
@ -62,7 +62,7 @@ exports[`renders correctly with one strategy 1`] = `
|
||||
<span
|
||||
className="MuiButton-label"
|
||||
>
|
||||
Add new strategy
|
||||
New strategy
|
||||
<span
|
||||
className="MuiButton-endIcon MuiButton-iconSizeMedium"
|
||||
/>
|
||||
@ -287,7 +287,7 @@ exports[`renders correctly with one strategy without permissions 1`] = `
|
||||
<span
|
||||
className="MuiButton-label"
|
||||
>
|
||||
Add new strategy
|
||||
New strategy
|
||||
<span
|
||||
className="MuiButton-endIcon MuiButton-iconSizeMedium"
|
||||
/>
|
||||
|
@ -75,7 +75,7 @@ const EditTagType = () => {
|
||||
clearErrors={clearErrors}
|
||||
>
|
||||
<PermissionButton permission={UPDATE_TAG_TYPE} type="submit">
|
||||
Edit type
|
||||
Save
|
||||
</PermissionButton>
|
||||
</TagForm>
|
||||
</FormTemplate>
|
||||
|
@ -80,7 +80,7 @@ export const TagTypeList = () => {
|
||||
history.push('/tag-types/create')
|
||||
}
|
||||
>
|
||||
Add new tag type
|
||||
New tag type
|
||||
</Button>
|
||||
}
|
||||
/>
|
||||
|
@ -50,7 +50,7 @@ exports[`renders a list with elements correctly 1`] = `
|
||||
<span
|
||||
className="MuiButton-label"
|
||||
>
|
||||
Add new tag type
|
||||
New tag type
|
||||
</span>
|
||||
<span
|
||||
className="MuiTouchRipple-root"
|
||||
@ -126,7 +126,7 @@ exports[`renders an empty list correctly 1`] = `
|
||||
<span
|
||||
className="MuiButton-label"
|
||||
>
|
||||
Add new tag type
|
||||
New tag type
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user