Explorar el Código

fix: replace Draftsman with Architect (#427)

JavaScript Joe hace 5 años
padre
commit
b2d3d6eca3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/actions/actionProperties.tsx

+ 1 - 1
src/actions/actionProperties.tsx

@@ -141,7 +141,7 @@ export const actionChangeSloppiness: Action = {
       <h5>Sloppiness</h5>
       <ButtonSelect
         options={[
-          { value: 0, text: "Draftsman" },
+          { value: 0, text: "Architect" },
           { value: 1, text: "Artist" },
           { value: 3, text: "Cartoonist" }
         ]}