Skip to content

Commit

Permalink
[FIX/#3] String Value 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Jul 21, 2024
1 parent aceef22 commit bbce384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentation/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<resources>]
<resources>
<string name="app_name">Stempo</string>

<string name="to_string">%s</string>
Expand All @@ -9,5 +9,5 @@
<string name="adapter_not_initialized_error_msg">Adapter is not initialized</string>
<string name="manager_not_initialized_error_msg">Billing Manager is not initialized</string>
<string name="view_type_error_msg">Unknown View Type : %d</string>
]

</resources>

0 comments on commit bbce384

Please sign in to comment.