{t('Detected database')}
{meta?.label ?? t('Unknown')}
{t( meta?.descriptionKey ?? 'The setup wizard will use this database during initialization.' )}
{t( 'When running in containers or ephemeral environments, ensure the SQLite file is mapped to persistent storage to avoid data loss on restart.' )}
{isElectron && electronDataDir && ({t('Data directory:')} {electronDataDir}
)} {isElectron && !electronDataDir && ({t( 'Data is stored locally on this device. Use system backups to keep a safe copy.' )}
)}