// en/domain_notifications_toggle
export const domain_notifications_toggle = {
  silent_mode: 'Silent mode',
  silent_mode_desc:
    'Mutes all vendor notifications, including the ones enabled below. Your preferences are kept and resume when silent mode is turned off.',
} as const;
