// en/pwa_install
export const pwa_install = {
  title: 'Install Multideal',
  description: 'Install the app for quick access and a full PWA experience.',
  benefit_fast_access: 'Open Multideal from your home screen with one tap.',
  benefit_offline: 'Recently viewed deals and your saved redemption QR stay available offline.',
  install: 'Install',
  dismiss: 'Dismiss',
  installed: 'Multideal installed successfully!',
} as const;
