Explorar o código

fix: replace Draftsman with Architect (#427)

JavaScript Joe %!s(int64=5) %!d(string=hai) anos
pai
achega
b2d3d6eca3
Modificáronse 1 ficheiros con 1 adicións e 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" }
         ]}