Преглед изворни кода

fix: replace Draftsman with Architect (#427)

JavaScript Joe пре 5 година
родитељ
комит
b2d3d6eca3
1 измењених фајлова са 1 додато и 1 уклоњено
  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" }
         ]}