diff --git a/frontend/webapp/components/setup/connection/create.connection.form/create.connection.form.tsx b/frontend/webapp/components/setup/connection/create.connection.form/create.connection.form.tsx index 4d893ccc6..e047df7cd 100644 --- a/frontend/webapp/components/setup/connection/create.connection.form/create.connection.form.tsx +++ b/frontend/webapp/components/setup/connection/create.connection.form/create.connection.form.tsx @@ -256,7 +256,7 @@ export function CreateConnectionForm({ ) : isConnectionTested.enabled === null ? ( - {'Check Connection'} + {'Test Connection'} ) : isConnectionTested.enabled ? ( diff --git a/frontend/webapp/containers/main/instrumentation-rules/choose-rule/index.tsx b/frontend/webapp/containers/main/instrumentation-rules/choose-rule/index.tsx index 6b3b171e3..f66661a29 100644 --- a/frontend/webapp/containers/main/instrumentation-rules/choose-rule/index.tsx +++ b/frontend/webapp/containers/main/instrumentation-rules/choose-rule/index.tsx @@ -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, },