Skip to content

Commit

Permalink
🔨 링크를 복사했어요 -> 코드를 복사했어요
Browse files Browse the repository at this point in the history
  • Loading branch information
JeonK1 committed Oct 1, 2024
1 parent 71280ad commit 246d377
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fun GroupCreationCompleteScreen(
content = {
GroupCreationCompleteContent(
clipboardManager = LocalClipboardManager.current,
copyLinkMessage = stringResource(id = R.string.button_copy_link_message),
copyLinkMessage = stringResource(id = R.string.button_copy_code_message),
invitationMessage = stringResource(id = R.string.invitation_message),
playStoreUrl = stringResource(id = R.string.play_store_url),
appStoreUrl = stringResource(id = R.string.app_store_url),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fun GroupMemberScreen(
viewModel: GroupMemberViewModel = hiltViewModel(),
) {
val clipboardManager = LocalClipboardManager.current
val copyLinkMessage = stringResource(id = R.string.button_copy_link_message)
val copyLinkMessage = stringResource(id = R.string.button_copy_code_message)
val invitationMessage = stringResource(id = R.string.invitation_message)
val playStoreUrl = stringResource(id = R.string.play_store_url)
val appStoreUrl = stringResource(id = R.string.app_store_url)
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 @@ -86,7 +86,7 @@
<string name="vote_dialog_content">페이지를 나가면\n처음부터 다시 투표 하게돼요.</string>
<string name="vote_dialog_exit">나가기</string>
<string name="vote_dialog_keep_vote">계속 투표하기</string>
<string name="button_copy_link_message">링크를 복사했어요.</string>
<string name="button_copy_code_message">코드를 복사했어요.</string>

<string name="group_add_description">그룹의 대표 사진을 추가해 주세요</string>
<string name="group_add">이미지 추가</string>
Expand Down

0 comments on commit 246d377

Please sign in to comment.