{t('printers.developerModeWarning', {
names: devModeWarnings.map(w => w.name).join(', '),
defaultValue: `Developer LAN mode is not enabled on: ${devModeWarnings.map(w => w.name).join(', ')}. Some features may not work.`
})}
{t('printers.howToEnable', { defaultValue: 'How to enable' })}
)}
{/* The panel always mounts here, at the Layout root. It must not move
into the header alongside its compact-layout trigger: the header is
`fixed z-40` and so its own stacking context, which would cap the
z-50 panel at the header's level and bury it under every ordinary
modal in the app. */}