Browse Source

update shortcut label

tianyunperfect 5 năm trước cách đây
mục cha
commit
8206657b77
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pages/Memory/index.tsx

+ 2 - 2
src/pages/Memory/index.tsx

@@ -187,7 +187,7 @@ const TableList: React.FC<{}> = () => {
                     memorySuccess(2);
                   }}
                 >
-                  一般
+                  一般
                 </Button>
                 <span> </span>
                 <Button
@@ -266,7 +266,7 @@ const TableList: React.FC<{}> = () => {
                   setState({ showBack: true });
                 }}
               >
-                显示答案(空格)
+                显示答案
               </Button>
             </div>
           )}