Skip to content

Commit

Permalink
[chore] #188 코스 삭제 title string resource 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed Aug 27, 2024
1 parent bf60700 commit 7e34b95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum class TwoButtonDialogWithDescriptionType(
dismissButtonTextRes = R.string.dialog_cancel
),
DELETE_COURSE(
titleRes = R.string.two_button_dialog_with_description_delete_timeline_title,
titleRes = R.string.two_button_dialog_with_description_delete_course_title,
descriptionRes = R.string.two_button_dialog_with_description_delete_course_description,
confirmButtonTextRes = R.string.dialog_delete,
dismissButtonTextRes = R.string.dialog_cancel
Expand Down

0 comments on commit 7e34b95

Please sign in to comment.