From aeb501fc3f3c67894e8ac0afabfa6902fdb1adf2 Mon Sep 17 00:00:00 2001 From: Ed McConnell Date: Fri, 20 Dec 2024 21:02:53 -0500 Subject: [PATCH] more changes --- app/commit.json | 2 +- app/components/git/GitCloneModal.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/commit.json b/app/commit.json index 62002b3de..247789ed9 100644 --- a/app/commit.json +++ b/app/commit.json @@ -1 +1 @@ -{ "commit": "6a5deaf5357e9b9d76ae9c44921e1534e6bd376a" } +{ "commit": "4273fe40ea87af67dd2db7a74d1f5be4ce637afa" } diff --git a/app/components/git/GitCloneModal.tsx b/app/components/git/GitCloneModal.tsx index 728907a9a..d1df4c008 100644 --- a/app/components/git/GitCloneModal.tsx +++ b/app/components/git/GitCloneModal.tsx @@ -109,7 +109,7 @@ export function GitCloneModal({ open, onClose, onClone }: GitCloneModalProps) {
{(!selectedRepo || !isAuthenticated) && (
-
Public Repository
+
Public Repository URL
- {isAuthenticated ? `${username}'s Repositories` : 'Private Repository'} + {isAuthenticated ? `${username}'s GitHub Repositories` : 'Private Repository'}
{isAuthenticated ? (