1
0
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:
Youssef 2022-02-23 00:10:48 +01:00
parent 67f73ff598
commit aae8c4d9d9
21 changed files with 25 additions and 25 deletions

View File

@ -249,7 +249,7 @@ export const ApiTokenList = () => {
}
data-test={CREATE_API_TOKEN_BUTTON}
>
Create API token
New API token
</Button>
}
/>

View File

@ -125,7 +125,7 @@ to resources within a project"
getRoleKey={getRoleKey}
>
<PermissionButton permission={ADMIN} type="submit">
Edit role
Save
</PermissionButton>
</ProjectRoleForm>
</FormTemplate>

View File

@ -95,7 +95,7 @@ const EditUser = () => {
mode={EDIT}
>
<PermissionButton permission={ADMIN} type="submit">
Edit user
Save
</PermissionButton>
</UserForm>
</FormTemplate>

View File

@ -35,7 +35,7 @@ const UsersAdmin = () => {
history.push('/admin/create-user')
}
>
Add new user
New user
</Button>
}
elseShow={

View File

@ -127,7 +127,7 @@ const ContextList = () => {
color="primary"
variant="contained"
>
Add new context field
New context field
</Button>
}
/>

View File

@ -107,7 +107,7 @@ const EditContext = () => {
permission={UPDATE_CONTEXT_FIELD}
type="submit"
>
Edit context
Save
</PermissionButton>
</ContextForm>
</FormTemplate>

View File

@ -86,7 +86,7 @@ const EditEnvironment = () => {
clearErrors={clearErrors}
>
<PermissionButton permission={ADMIN} type="submit">
Edit environment
Save
</PermissionButton>
</EnvironmentForm>
</FormTemplate>

View File

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

View File

@ -106,7 +106,7 @@ const EditFeature = () => {
projectId={project}
type="submit"
>
Edit toggle
Save
</PermissionButton>
</FeatureForm>
</FormTemplate>

View File

@ -181,7 +181,7 @@ const FeatureToggleList = ({
skeleton: loading,
})}
>
Create feature toggle
New feature toggle
</Button>
}
/>

View File

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

View File

@ -282,7 +282,7 @@ const FeatureStrategiesEnvironments = () => {
environmentId={activeEnvironment.name}
permission={CREATE_FEATURE_STRATEGY}
>
Add new strategy
New strategy
</ResponsiveButton>
}
/>

View File

@ -293,7 +293,7 @@ const FeatureOverviewVariants = () => {
permission={UPDATE_FEATURE_VARIANTS}
projectId={projectId}
>
Add variant
New variant
</PermissionButton>
<ConditionallyRender
condition={editable}

View File

@ -91,7 +91,7 @@ const EditProject = () => {
validateIdUniqueness={validateIdUniqueness}
>
<PermissionButton permission={UPDATE_PROJECT} type="submit">
Edit project
Save
</PermissionButton>
</ProjectForm>
</FormTemplate>

View File

@ -139,7 +139,7 @@ const ProjectListNew = () => {
tooltip={createButtonData.title}
disabled={createButtonData.disabled}
>
Add new project
New project
</ResponsiveButton>
}
/>

View File

@ -80,7 +80,7 @@ export const StrategiesList = () => {
data-test={ADD_NEW_STRATEGY_ID}
tooltip={'Add new strategy'}
>
Add new strategy
New strategy
</PermissionButton>
}
/>

View File

@ -178,7 +178,7 @@ export const StrategyForm = ({ editMode, strategy }: IStrategyFormProps) => {
color="primary"
style={{ display: 'block' }}
>
Update
Save
</Button>
}
elseShow={

View File

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

View File

@ -75,7 +75,7 @@ const EditTagType = () => {
clearErrors={clearErrors}
>
<PermissionButton permission={UPDATE_TAG_TYPE} type="submit">
Edit type
Save
</PermissionButton>
</TagForm>
</FormTemplate>

View File

@ -80,7 +80,7 @@ export const TagTypeList = () => {
history.push('/tag-types/create')
}
>
Add new tag type
New tag type
</Button>
}
/>

View File

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