Skip to content

Commit

Permalink
[FIX/#252] 라이팅 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin committed Mar 13, 2024
1 parent 75a0364 commit 13b42b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,7 @@ class ParticipantProfileActivity :
btnTripProfileDownload.isVisible = this && profile.result != -1
btnProfileEdit.isVisible = this

if (!this) tvTripProfileTitle.setText(
getString(
R.string.participant_profile_friend_title,
profile.name
)
)
if (!this) tvTripProfileTitle.text = getString(R.string.participant_profile_friend_title)
}
}
}
Expand Down
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 @@ -192,7 +192,7 @@
<string name="participant_profile_btn">여행 캐릭터 검사하러 가기</string>
<string name="participant_profile_common">여행 캐릭터 검사를 아직 진행하지 않았어요</string>
<string name="participant_profile_owner">지금 바로 나를 대신 할 여행 캐릭터를 만나보세요!</string>
<string name="participant_profile_friend_title">%s의 여행 프로필</string>
<string name="participant_profile_friend_title">친구 여행 프로필</string>

<!--enter_trip-->
<string name="enter_trip_tv_layout">여행 입장하기</string>
Expand Down

0 comments on commit 13b42b8

Please sign in to comment.