Fix typo in "Opacity" (#489)
This commit is contained in:
parent
20cf1078fc
commit
e657372ae4
@ -15,7 +15,7 @@
|
|||||||
"fill": "Fill",
|
"fill": "Fill",
|
||||||
"strokeWidth": "Stroke Width",
|
"strokeWidth": "Stroke Width",
|
||||||
"sloppiness": "Sloppiness",
|
"sloppiness": "Sloppiness",
|
||||||
"oppacity": "Oppacity",
|
"opacity": "Opacity",
|
||||||
"fontSize": "Font Size",
|
"fontSize": "Font Size",
|
||||||
"fontFamily": "Font Family",
|
"fontFamily": "Font Family",
|
||||||
"onlySelected": "Only selected",
|
"onlySelected": "Only selected",
|
||||||
|
@ -199,7 +199,7 @@ export const actionChangeOpacity: Action = {
|
|||||||
},
|
},
|
||||||
PanelComponent: ({ elements, appState, updateData, t }) => (
|
PanelComponent: ({ elements, appState, updateData, t }) => (
|
||||||
<>
|
<>
|
||||||
<h5>{t("labels.oppacity")}</h5>
|
<h5>{t("labels.opacity")}</h5>
|
||||||
<input
|
<input
|
||||||
type="range"
|
type="range"
|
||||||
min="0"
|
min="0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user