// en/status_screen
export const status_screen = {
  success_title: 'Deal locked in!',
  success_body: "You're at tier 3 — saved ₪89.",
  error_title: 'Something went wrong',
  error_body: "We couldn't process your request. Please try again.",
  celebration_title: 'Awesome! 🎉',
  celebration_body: 'Your purchase was completed successfully.',
} as const;
