소스 검색

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>