浏览代码

made clashing key labels more concise

xetera 5 年之前
父节点
当前提交
388bfc7a0d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dashboard/src/main/home/modals/LoadEnvGroupModal.tsx

+ 2 - 2
dashboard/src/main/home/modals/LoadEnvGroupModal.tsx

@@ -128,11 +128,11 @@ export default class LoadEnvGroupModal extends Component<PropsType, StateType> {
               <b>{key}</b> is defined in both environments
               <b>{key}</b> is defined in both environments
             </ClashingKeyTitle>
             </ClashingKeyTitle>
             <ClashingKeyDefinitions>
             <ClashingKeyDefinitions>
-              <ClashingKeyLabel>Defined as</ClashingKeyLabel>
+              <ClashingKeyLabel>Old</ClashingKeyLabel>
               <ClashingKeyValue>
               <ClashingKeyValue>
                 {this.props.existingValues[key] || emptyValue}
                 {this.props.existingValues[key] || emptyValue}
               </ClashingKeyValue>
               </ClashingKeyValue>
-              <ClashingKeyLabel>Replaced by</ClashingKeyLabel>
+              <ClashingKeyLabel>New</ClashingKeyLabel>
               <ClashingKeyValue>
               <ClashingKeyValue>
                 {formattedEnvironmentValue(value) || emptyValue}
                 {formattedEnvironmentValue(value) || emptyValue}
               </ClashingKeyValue>
               </ClashingKeyValue>