소스 검색

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" }
         ]}