Skip to content

Commit

Permalink
[fix/#170] 회원가입 내 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Feb 16, 2024
1 parent 8aebaeb commit 59a6e40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_card_intro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
android:layout_height="400dp"
app:name="@string/front_card_name"
app:company="@string/front_card_company"
app:job="안드로이드 개발"
app:job="직무명"
app:level="@string/front_card_level"
app:area="@string/front_card_area"
app:mbti="@string/front_card_mbti"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<string name="signup_btn_start">시작하기</string>
<string name="signup_tv_card_intro_title">나만의 소개서를 만들어 봐요</string>
<string name="signup_tv_card_intro_subtitle">모임에 참여할 때 나를 더 쉽게 소개할 수 있어요</string>
<string name="signup_tv_move_card">좌우로 움직여 앞/뒷면을 확인해 보세요</string>
<string name="signup_tv_move_card">카드를 클릭해 앞/뒷면을 확인해 보세요</string>

<string name="signup_tv_character_title">프만님을 대표할 수 있는\n티미 캐릭터를 골라주세요</string>
<string name="signup_btn_next">다음</string>
Expand Down

0 comments on commit 59a6e40

Please sign in to comment.