Skip to content

Commit

Permalink
fix: change announce text
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Sep 11, 2024
1 parent 2604545 commit 9e63bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ui/user/user-info-card/user-info-message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ function UserInfoMessage({ studentName }: UserInfoMessageProps) {
{studentName}님,
{remainCredit > 0 ? (
<>
졸업필요학점보다
졸업까지
<span data-cy="remain-credit" className="text-point-blue ml-1">
{remainCredit}
</span>
학점이 부족합니다.
학점 남았어요.
</>
) : (
'졸업을 축하합니다 !'
Expand Down

0 comments on commit 9e63bfb

Please sign in to comment.