Explorar o código

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

sw hai 4 días
pai
achega
ffa57349c2
Modificáronse 1 ficheiros con 1 adicións e 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"
       />