+ {postBootstrapRefreshFailed + ? t('gitView.toast.refreshRepositoryFailed') + : t('gitView.empty.worktreeSetupInProgress')} +
+ {!postBootstrapRefreshFailed ? ( ++ {t('gitView.empty.worktreeSetupDescription')} +
+ ) : ( + + )} +- {t('gitView.empty.worktreeSetupInProgress')} -
-- {t('gitView.empty.worktreeSetupDescription')} -
-