Skip to content

Commit

Permalink
fix: better texts in ui (#1554)
Browse files Browse the repository at this point in the history
Just 2 minor changes to texts to make them a bit better
  • Loading branch information
blumamir authored Sep 29, 2024
1 parent a08aab6 commit 7a84a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export function CreateConnectionForm({
<KeyvalLoader width={9} height={9} />
) : isConnectionTested.enabled === null ? (
<KeyvalText color={theme.text.secondary} size={14} weight={600}>
{'Check Connection'}
{'Test Connection'}
</KeyvalText>
) : isConnectionTested.enabled ? (
<KeyvalText color={theme.colors.success} size={14} weight={600}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ITEMS = [
{
id: 'payload-collection',
title: 'Payload Collection',
description: 'Collect payloads from logs, metrics, and traces.',
description: 'Record operation payloads as span attributes where supported.',
type: InstrumentationRuleType.PAYLOAD_COLLECTION,
icon: InstrumentationRuleType.PAYLOAD_COLLECTION,
},
Expand Down

0 comments on commit 7a84a2d

Please sign in to comment.