// en/back_in_stock — UI strings for NotifyMeButton and VariantPicker notify affordance
export const back_in_stock = {
  notify_me:         'Notify me when back in stock',
  notify_me_variant: 'Notify me when this variant is back',
  subscribed:        "You'll be notified",
  unsubscribe:       'Cancel alert',
  login_required:    'Sign in to get alerted',
  already_in_stock:  'Item is back in stock',
} as const;
