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:
parent
35db1b761e
commit
e516bbf14c
@ -109,7 +109,7 @@ export const EnvironmentStrategyExecutionOrder = ({
|
||||
</NewChangeItemInfo>
|
||||
<div>
|
||||
<TabList>
|
||||
<Tab>Change</Tab>
|
||||
<Tab>View change</Tab>
|
||||
<Tab>View diff</Tab>
|
||||
</TabList>
|
||||
{actions}
|
||||
|
@ -89,7 +89,7 @@ const StartMilestone: FC<{
|
||||
</ChangeItemInfo>
|
||||
<div>
|
||||
<TabList>
|
||||
<Tab>Change</Tab>
|
||||
<Tab>View change</Tab>
|
||||
<Tab>View diff</Tab>
|
||||
</TabList>
|
||||
{actions}
|
||||
@ -202,7 +202,7 @@ const AddReleasePlan: FC<{
|
||||
</ChangeItemInfo>
|
||||
<div>
|
||||
<TabList>
|
||||
<Tab>Changes</Tab>
|
||||
<Tab>View change</Tab>
|
||||
<Tab>View diff</Tab>
|
||||
</TabList>
|
||||
{actions}
|
||||
|
@ -57,7 +57,7 @@ export const SegmentChangeDetails: FC<{
|
||||
const actionsWithTabs = (
|
||||
<ActionsContainer>
|
||||
<TabList>
|
||||
<Tab>Change</Tab>
|
||||
<Tab>View change</Tab>
|
||||
<Tab>View diff</Tab>
|
||||
</TabList>
|
||||
{actions}
|
||||
|
@ -316,7 +316,7 @@ export const StrategyChange: FC<{
|
||||
const actionsWithTabs = (
|
||||
<ActionsContainer>
|
||||
<TabList>
|
||||
<Tab>Change</Tab>
|
||||
<Tab>View change</Tab>
|
||||
<Tab>View diff</Tab>
|
||||
</TabList>
|
||||
{actions}
|
||||
|
Loading…
Reference in New Issue
Block a user