Skip to content

Commit

Permalink
Rename "dynamic datastream configurations" back to "datastream config…
Browse files Browse the repository at this point in the history
…uration overrides"
  • Loading branch information
carterworks committed Oct 29, 2024
1 parent 173753c commit fbe56cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/view/components/overrides/overrides.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,18 +176,18 @@ const Overrides = ({
return (
<>
<SectionHeader learnMoreUrl="https://experienceleague.adobe.com/docs/experience-platform/edge/extension/web-sdk-extension-configuration.html?lang=en#datastream-configuration-overrides">
Dynamic Datastream Configuration
Datastream configuration overrides
</SectionHeader>
<InlineAlert width="size-5000">
<Heading>Server-side vs client-side</Heading>
<Content>
Enabling client-side dynamic datastream configurations for an
Enabling client-side datastream configuration overrides for an
environment below will also override any server-side dynamic
datastream configurations and rules for that environment.
</Content>
</InlineAlert>
<FormElementContainer>
<Tabs aria-label="Dynamic Datastream Configuration environments">
<Tabs aria-label="Datastream configuration overrides environments">
<TabList>
{OVERRIDE_ENVIRONMENTS.map((env) => (
<Item key={env} data-test-id={`${env}OverridesTab`}>
Expand Down Expand Up @@ -348,14 +348,14 @@ const Overrides = ({
<SettingsCopySection currentEnv={env} onPress={onCopy} />
{visibleFields.has(FIELD_NAMES.overridesEnabled) && (
<OverrideInput
aria-label="Enable or disable dynamic datastream configuration"
aria-label="Enable or disable datastream configuration overrides"
data-test-id={FIELD_NAMES.overridesEnabled}
allowsCustomValue
validate={validateEnabledMatchOrDataElement}
name={`${prefix}.${env}.enabled`}
width="size-5000"
pattern={enabledMatchOrDataElementRegex}
description={`Enable or disable dynamic configuration for the ${env} environment.`}
description={`Enable or disable datastream configuration overrides for the ${env} environment.`}
onBlur={onDisable}
>
{...EnabledMatchOptions}
Expand Down

0 comments on commit fbe56cd

Please sign in to comment.