Skip to content

Commit

Permalink
Feat: 토스트 메세지 문구 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkSohyunee committed Sep 18, 2024
1 parent 585f002 commit 4e7c498
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/lib/constants/toastMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ const toastMessage: Record<string, { [key: string]: string }> = {
withdrawError: '탈퇴에 실패했어요. 다시 시도해주세요.',
failedCollect: '콜렉트에 실패했어요. 다시 시도해주세요.🥲',
deleteListSuccess: '리스트를 삭제했어요.',
deleteListError: '리스트 삭제에 실패했어요. 다시 시도해주세요.🥲',
visibilityListSuccess: '리스트 변경사항을 저장했어요.',
visibilityListError: '리스트 변경사항 저장에 실패했어요. 다시 시도해주세요.🥲',
deleteListError: '리스트 삭제에 실패했어요.',
visibilityListSuccess: '리스트 공개/비공개 변경을 완료했어요.',
visibilityListError: '리스트 공개/비공개 변경에 실패했어요.',
},
en: {
requiredLogin: 'Login is required.',
Expand All @@ -42,8 +42,8 @@ const toastMessage: Record<string, { [key: string]: string }> = {
failedCollect: 'Failed to collect. Please try again.🥲',
deleteListSuccess: 'Successfully deleted the list.',
deleteListError: 'Failed to delete the list. Please try again.🥲',
visibilityListSuccess: 'Changes to the list have been saved.',
visibilityListError: 'Failed to save changes to the list. Please try again.🥲',
visibilityListSuccess: 'List visibility updated successfully.',
visibilityListError: 'Failed to update list visibility. Please try again.🥲',
},
};

Expand Down

0 comments on commit 4e7c498

Please sign in to comment.