Skip to content

Commit

Permalink
[MOD/#34] setting 관련 string값 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Jul 9, 2023
1 parent f143ca9 commit 5975a99
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@

<!-- setting -->
<string name="setting_title">설정</string>

<!-- ui state -->
<string name="msg_search_null">검색결과가 없습니다.</string>
<string name="msg_server_error">네트워크 연결에 실패했습니다.</string>

<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="setting_login_info">로그인 정보</string>
<string name="setting_auto_login">자동 로그인 사용</string>
<string name="setting_push_alarm">푸시 알람 설정</string>
Expand All @@ -72,4 +65,11 @@
<string name="setting_opensource_license">오픈소스 라이센스</string>
<string name="setting_logout">로그아웃</string>
<string name="setting_leave">탈퇴하기</string>

<!-- ui state -->
<string name="msg_search_null">검색결과가 없습니다.</string>
<string name="msg_server_error">네트워크 연결에 실패했습니다.</string>

<!-- TODO: Remove or change this placeholder text -->
<string name="hello_blank_fragment">Hello blank fragment</string>
</resources>

0 comments on commit 5975a99

Please sign in to comment.