-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[TSVB] Rename Index pattern to Data view #110253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
547913a
06eba17
41f7f8f
7e6d145
9a3cea4
f6cbe05
60bacd2
cc24dcb
c145ef9
a908e3a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -538,8 +538,8 @@ export const TimeseriesConfig = injectI18n(function (props) { | |
| <EuiFlexGroup gutterSize="s" responsive={false} wrap={true}> | ||
| <EuiFlexItem grow={false}> | ||
| <EuiFormRow | ||
| label={i18n.translate('visTypeTimeseries.timeSeries.overrideIndexPatternLabel', { | ||
| defaultMessage: 'Override Index Pattern?', | ||
| label={i18n.translate('visTypeTimeseries.timeSeries.overrideDataViewLabel', { | ||
| defaultMessage: 'Override data view?', | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @KOTungseth @gchaps here the data view should be capitalized as the Index Pattern was before? I just noticed that we are using Index patterns as:
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| })} | ||
| > | ||
| <YesNo | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.