Skip to content

Commit

Permalink
Tune wording to specify 2 category fields are supported
Browse files Browse the repository at this point in the history
  • Loading branch information
ohltyler committed Aug 12, 2021
1 parent c03ca08 commit de4d6a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export function CategoryField(props: CategoryFieldProps) {
style={{ lineHeight: 'normal' }}
>
Split a single time series into multiple time series based on
categorical fields.{' '}
categorical fields. You can select up to 2.{' '}
<EuiLink href={`${BASE_DOCS_LINK}/ad`} target="_blank">
Learn more <EuiIcon size="s" type="popout" />
</EuiLink>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports[`<CategoryField /> spec hides callout if component is loading 1`] = `
class="euiText euiText--medium content-panel-subTitle"
style="line-height: normal;"
>
Split a single time series into multiple time series based on categorical fields.
Split a single time series into multiple time series based on categorical fields. You can select up to 2.
<a
class="euiLink euiLink--primary"
Expand Down Expand Up @@ -167,7 +167,7 @@ exports[`<CategoryField /> spec renders the component when disabled 1`] = `
class="euiText euiText--medium content-panel-subTitle"
style="line-height: normal;"
>
Split a single time series into multiple time series based on categorical fields.
Split a single time series into multiple time series based on categorical fields. You can select up to 2.
<a
class="euiLink euiLink--primary"
Expand Down Expand Up @@ -284,7 +284,7 @@ exports[`<CategoryField /> spec renders the component when enabled 1`] = `
class="euiText euiText--medium content-panel-subTitle"
style="line-height: normal;"
>
Split a single time series into multiple time series based on categorical fields.
Split a single time series into multiple time series based on categorical fields. You can select up to 2.
<a
class="euiLink euiLink--primary"
Expand Down Expand Up @@ -501,7 +501,7 @@ exports[`<CategoryField /> spec shows callout when there are no available catego
class="euiText euiText--medium content-panel-subTitle"
style="line-height: normal;"
>
Split a single time series into multiple time series based on categorical fields.
Split a single time series into multiple time series based on categorical fields. You can select up to 2.
<a
class="euiLink euiLink--primary"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ exports[`<ConfigureModel /> spec creating model configuration renders the compon
class="euiText euiText--medium content-panel-subTitle"
style="line-height: normal;"
>
Split a single time series into multiple time series based on categorical fields.
Split a single time series into multiple time series based on categorical fields. You can select up to 2.
<a
class="euiLink euiLink--primary"
Expand Down Expand Up @@ -1530,7 +1530,7 @@ exports[`<ConfigureModel /> spec editing model configuration renders the compone
class="euiText euiText--medium content-panel-subTitle"
style="line-height: normal;"
>
Split a single time series into multiple time series based on categorical fields.
Split a single time series into multiple time series based on categorical fields. You can select up to 2.
<a
class="euiLink euiLink--primary"
Expand Down

0 comments on commit de4d6a9

Please sign in to comment.