Explorar el Código

修改反色对比按钮的title,使title反映功能,避免和反色图像混淆

sw hace 4 días
padre
commit
ffa57349c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/view/components/FunctionArea.tsx

+ 1 - 1
src/pages/view/components/FunctionArea.tsx

@@ -130,7 +130,7 @@ const FunctionArea = () => {
         iconName="btn_Compare"
       />
       <FunctionButton
-        title="Invert Contrast"
+        title="反色对比"
         action="Invert Contrast"
         iconName="btn_ReverseColour"
       />