浏览代码

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