Explorar o código

Fix typo in "Opacity" (#489)

Max Stoiber %!s(int64=5) %!d(string=hai) anos
pai
achega
e657372ae4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      public/locales/en/translation.json
  2. 1 1
      src/actions/actionProperties.tsx

+ 1 - 1
public/locales/en/translation.json

@@ -15,7 +15,7 @@
     "fill": "Fill",
     "strokeWidth": "Stroke Width",
     "sloppiness": "Sloppiness",
-    "oppacity": "Oppacity",
+    "opacity": "Opacity",
     "fontSize": "Font Size",
     "fontFamily": "Font Family",
     "onlySelected": "Only selected",

+ 1 - 1
src/actions/actionProperties.tsx

@@ -199,7 +199,7 @@ export const actionChangeOpacity: Action = {
   },
   PanelComponent: ({ elements, appState, updateData, t }) => (
     <>
-      <h5>{t("labels.oppacity")}</h5>
+      <h5>{t("labels.opacity")}</h5>
       <input
         type="range"
         min="0"