浏览代码

fix typoe

AykutSarac 2 年之前
父节点
当前提交
a2d77cf65a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/containers/Modals/AccountModal/index.tsx

+ 1 - 1
src/containers/Modals/AccountModal/index.tsx

@@ -100,7 +100,7 @@ const AccountView: React.FC<Pick<ModalProps, "setVisible">> = ({ setVisible }) =
           ) : (
             <Button href="/pricing" status="TERTIARY" block link>
               <IoRocketSharp />
-              UPDATE TO PREMIUM!
+              UPGRADE TO PREMIUM!
             </Button>
           )}
         </StyledAccountWrapper>