Skip to content

Commit

Permalink
[chore] #145 내 정보 뷰 이름->별명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunjium committed Apr 26, 2024
1 parent f473257 commit f944748
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/fragment_mypage_myinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
android:paddingHorizontal="1dp"
android:paddingVertical="25dp"
android:paddingStart="20dp"
android:text="@string/mypage_name"
android:text="@string/mypage_nickname"
android:textColor="@color/gray_700_464747"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
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 @@ -98,7 +98,7 @@
<string name="mypage_version">v.</string>
<string name="mypage_ask_kakao">문의하기</string>
<string name="mypage_before">이전</string>
<string name="mypage_name">이름</string>
<string name="mypage_nickname">별명</string>
<string name="mypage_age">나이</string>
<string name="mypage_logout">로그아웃</string>
<string name="mypage_out">회원탈퇴</string>
Expand Down

0 comments on commit f944748

Please sign in to comment.