{t('backup.restoreFromGit.subtitle')}
{t('backup.restoreFromGit.reloadHint')}
{(restoreMutation.error as Error)?.message || t('backup.restoreFromGit.failed')}
{restoreMutation.data.message}
{commitsError}
}{t('backup.restoreFromGit.categoriesLabel')}
{previewQuery.isLoading ? ({previewError}
{t('backup.restoreFromGit.overwriteLabel')}
{overwriteExisting ? t('backup.restoreFromGit.overwriteOn') : t('backup.restoreFromGit.overwriteOff')}