Skip to content

Commit

Permalink
[HOTFIX/#170] counter 앞뒤 space 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Jan 18, 2024
1 parent 3f64cac commit 254ea8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presentation/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<string name="toast_back_pressed">버튼을 한번 더 누르면 종료됩니다</string>

<string name="tag">#%s</string>
<string name="counter">%1$d/%2$d</string>
<string name="counter">%1$d / %2$d</string>

<string name="notice">안내</string>
<string name="okay">확인</string>
Expand Down

0 comments on commit 254ea8b

Please sign in to comment.