Skip to content

Commit

Permalink
hotfix: point -> ์ ์ˆ˜
Browse files Browse the repository at this point in the history
  • Loading branch information
ghddbwns9808 committed May 19, 2024
1 parent 7023cc5 commit 81b80e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ fun UlbanUnderLineTextFieldPreview() {
inputTextType = InputTextType.TEXT
)

Text(text = "ํฌ์ธํŠธ๋ฅผ ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”", style = UlbanTypography.titleSmall)
Text(text = "์ ์ˆ˜๋ฅผ ์ž…๋ ฅํ•ด ์ฃผ์„ธ์š”", style = UlbanTypography.titleSmall)
UlbanUnderLineTextField(
text = point,
onTextChange = { point = it },
Expand Down
2 changes: 1 addition & 1 deletion android/core/designsystem/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hifive_user_count">%d๋ช… ์ฐธ์—ฌ</string>
<string name="point_postfix">" POINT"</string>
<string name="point_postfix">" ์ "</string>
<string name="people_postfix">๋ช…</string>
<string name="grade_postfix">" ํ•™๋…„"</string>
<string name="class_postfix">" ๋ฐ˜"</string>
Expand Down

0 comments on commit 81b80e0

Please sign in to comment.