From 3fcc43c7ffe174dc0ab6014db8313be7e85ab58a Mon Sep 17 00:00:00 2001 From: Alex Tugarev Date: Tue, 14 Nov 2023 12:48:38 +0000 Subject: [PATCH] fix label --- .../src/teams/git-integrations/GitIntegrationModal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/dashboard/src/teams/git-integrations/GitIntegrationModal.tsx b/components/dashboard/src/teams/git-integrations/GitIntegrationModal.tsx index 22b6a8a816e050..d8644d3f86f9ae 100644 --- a/components/dashboard/src/teams/git-integrations/GitIntegrationModal.tsx +++ b/components/dashboard/src/teams/git-integrations/GitIntegrationModal.tsx @@ -339,7 +339,8 @@ const RedirectUrlDescription: FunctionComponent = ( return ( - Use this redirect URI to register a {type} instance as an authorized Git provider in Gitpod.{" "} + Use this redirect URI to register a {toAuthProviderLabel(type)} instance as an authorized Git provider in + Gitpod.{" "} Learn more