1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-23 13:46:45 +02:00

chore: renames "Change" tab to "View change" to align with "View diff". (#10314)

There was some confusion whether the options were related or not. This
is a quick and easy solution that may solve the problem. If it doesn't,
we can make further changes later.

<img width="1045" alt="image"
src="https://github.com/user-attachments/assets/6b186b24-c4a7-491b-acbf-0e022a94493c"
/>
This commit is contained in:
Thomas Heartman 2025-07-04 13:32:46 +02:00 committed by GitHub
parent 35db1b761e
commit e516bbf14c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -109,7 +109,7 @@ export const EnvironmentStrategyExecutionOrder = ({
</NewChangeItemInfo> </NewChangeItemInfo>
<div> <div>
<TabList> <TabList>
<Tab>Change</Tab> <Tab>View change</Tab>
<Tab>View diff</Tab> <Tab>View diff</Tab>
</TabList> </TabList>
{actions} {actions}

View File

@ -89,7 +89,7 @@ const StartMilestone: FC<{
</ChangeItemInfo> </ChangeItemInfo>
<div> <div>
<TabList> <TabList>
<Tab>Change</Tab> <Tab>View change</Tab>
<Tab>View diff</Tab> <Tab>View diff</Tab>
</TabList> </TabList>
{actions} {actions}
@ -202,7 +202,7 @@ const AddReleasePlan: FC<{
</ChangeItemInfo> </ChangeItemInfo>
<div> <div>
<TabList> <TabList>
<Tab>Changes</Tab> <Tab>View change</Tab>
<Tab>View diff</Tab> <Tab>View diff</Tab>
</TabList> </TabList>
{actions} {actions}

View File

@ -57,7 +57,7 @@ export const SegmentChangeDetails: FC<{
const actionsWithTabs = ( const actionsWithTabs = (
<ActionsContainer> <ActionsContainer>
<TabList> <TabList>
<Tab>Change</Tab> <Tab>View change</Tab>
<Tab>View diff</Tab> <Tab>View diff</Tab>
</TabList> </TabList>
{actions} {actions}

View File

@ -316,7 +316,7 @@ export const StrategyChange: FC<{
const actionsWithTabs = ( const actionsWithTabs = (
<ActionsContainer> <ActionsContainer>
<TabList> <TabList>
<Tab>Change</Tab> <Tab>View change</Tab>
<Tab>View diff</Tab> <Tab>View diff</Tab>
</TabList> </TabList>
{actions} {actions}