Skip to content

Commit

Permalink
[MERGE] #273 -> develop
Browse files Browse the repository at this point in the history
[FIX/#273] ๋‹ค์ด์–ผ๋กœ๊ทธ QA ๋ฐ˜์˜
  • Loading branch information
boiledEgg-s authored Oct 6, 2024
2 parents 96e071d + 0fc63e5 commit f454c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ fun ScrapDialog(
is ScrapDialogSideEffect.PatchedScrap -> {
onClickChangeColor()
onDismissRequest(false)
context.toast(R.string.dialog_content_calendar_color_change_complete)
}

is ScrapDialogSideEffect.NavigateToDetail -> onClickNavigateButton(
Expand Down
2 changes: 1 addition & 1 deletion feature/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<string name="dialog_content_scrap_sub_title">๊ณต๊ณ ๋ฅผ ์บ˜๋ฆฐ๋”์— ์Šคํฌ๋žฉํ•˜์‹œ๊ฒ ์–ด์š”?</string>
<string name="dialog_content_color_button">์Šคํฌ๋žฉ ์ƒ‰์ƒ</string>
<string name="dialog_content_calendar_color_change">์ƒ‰์ƒ ๋ณ€๊ฒฝํ•˜๊ธฐ</string>
<string name="dialog_content_calendar_color_change_complete">์ƒ‰์ƒ ๋ณ€๊ฒฝ์™„๋ฃŒ</string>
<string name="dialog_content_calendar_color_change_complete">์Šคํฌ๋žฉ ์ƒ‰์ƒ์ด ๋ณ€๊ฒฝ๋˜์—ˆ์–ด์š”!</string>
<string name="dialog_scrap_button">๋‚ด ์บ˜๋ฆฐ๋”์— ์Šคํฌ๋žฉํ•˜๊ธฐ</string>
<string name="dialog_content_scrap_cancel_main_title">๊ด€์‹ฌ ๊ณต๊ณ ๊ฐ€ ์บ˜๋ฆฐ๋”์—์„œ ์‚ฌ๋ผ์ ธ์š”!</string>
<string name="dialog_content_scrap_cancel_sub_title">์Šคํฌ๋žฉ์„ ์ทจ์†Œํ•˜์‹œ๊ฒ ์–ด์š”?</string>
Expand Down

0 comments on commit f454c3f

Please sign in to comment.