Skip to content

Commit

Permalink
[GEN-1763]: show destination name in destination form (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink authored Nov 27, 2024
1 parent b374099 commit dd78911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function DestinationFormBody({ isUpdate, destination, isFormOk, formData,
<>
<SectionTitle
title='Create connection'
description='Connect selected destination with Odigos.'
description={`Connect ${displayName} destination with Odigos.`}
actionButton={
testConnectionSupported && (
<TestConnection
Expand Down

0 comments on commit dd78911

Please sign in to comment.