You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dashboard/src/projects/NewProject.tsx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ export default function NewProject() {
277
277
278
278
constrenderRepos=()=>(<>
279
279
<pclassName="text-gray-500 text-center text-base">Projects allow you to manage prebuilds and workspaces for your repository. <ahref="https://www.gitpod.io/docs/teams-and-projects"rel="noopener"className="gp-link">Learn more</a></p>
280
-
<pclassName="text-gray-500 text-center text-base mt-12">Select account on <b>{selectedProviderHost}</b> (<aclassName="gp-link cursor-pointer"onClick={()=>setShowGitProviders(true)}>change</a>)</p>
280
+
<pclassName="text-gray-500 text-center text-base mt-12">{loaded&&noReposAvailable ? 'Select account on ' : 'Select a git repository on '}<b>{selectedProviderHost}</b> (<aclassName="gp-link cursor-pointer"onClick={()=>setShowGitProviders(true)}>change</a>)</p>
0 commit comments