Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTugarev committed Nov 14, 2023
1 parent eefc5a9 commit 3fcc43c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ const RedirectUrlDescription: FunctionComponent<RedirectUrlDescriptionProps> = (

return (
<span>
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.{" "}
<a href={docsUrl} target="_blank" rel="noreferrer noopener" className="gp-link">
Learn more
</a>
Expand Down

0 comments on commit 3fcc43c

Please sign in to comment.