[TSVB] Rename Index pattern to Data view#110253
[TSVB] Rename Index pattern to Data view#110253DianaDerevyankina merged 10 commits intoelastic:masterfrom
Conversation
# Conflicts: # src/plugins/vis_type_timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx # src/plugins/vis_type_timeseries/public/application/components/lib/index_pattern_select/switch_mode_popover.tsx # src/plugins/vis_type_timeseries/public/application/components/series_config.js # src/plugins/vis_type_timeseries/public/application/components/use_index_patter_mode_callout.tsx # src/plugins/vis_type_timeseries/public/application/components/vis_types/timeseries/config.js # x-pack/plugins/translations/translations/ja-JP.json # x-pack/plugins/translations/translations/zh-CN.json
| label={i18n.translate('visTypeTimeseries.timeSeries.overrideIndexPatternLabel', { | ||
| defaultMessage: 'Override Index Pattern?', | ||
| label={i18n.translate('visTypeTimeseries.timeSeries.overrideDataViewLabel', { | ||
| defaultMessage: 'Override data view?', |
There was a problem hiding this comment.
@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:
- Index pattern
- Index Pattern
- index pattern
Which is the correct one ? (in order to apply it correctly to the Data view)
There was a problem hiding this comment.
index pattern and data view are correct. We only capitalize at the beginning of a sentence or in feature titles: https://elastic.github.io/eui/#/guidelines/writing#capitalization
|
Pinging @elastic/kibana-vis-editors (Team:VisEditors) |
|
@elasticmachine merge upstream |
...s/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx
Outdated
Show resolved
Hide resolved
...s/timeseries/public/application/components/lib/index_pattern_select/index_pattern_select.tsx
Show resolved
Hide resolved
...es/timeseries/public/application/components/lib/index_pattern_select/switch_mode_popover.tsx
Outdated
Show resolved
Hide resolved
...es/timeseries/public/application/components/lib/index_pattern_select/switch_mode_popover.tsx
Show resolved
Hide resolved
| label={i18n.translate('visTypeTimeseries.timeSeries.overrideIndexPatternLabel', { | ||
| defaultMessage: 'Override Index Pattern?', | ||
| label={i18n.translate('visTypeTimeseries.timeSeries.overrideDataViewLabel', { | ||
| defaultMessage: 'Override data view?', |
There was a problem hiding this comment.
index pattern and data view are correct. We only capitalize at the beginning of a sentence or in feature titles: https://elastic.github.io/eui/#/guidelines/writing#capitalization
There was a problem hiding this comment.
@gchaps asked me to take a look at the copy here.
While I'm a poor substitute for Gail or Kaarina, I did leave a few comments based on a writer's perspective. I'll take another look once those are addressed. Feel free to ping me if you have questions.
And sorry for the out-of-order comments. My review kinda slipped out before I intended it to.
...plugins/vis_types/timeseries/public/application/components/use_index_patter_mode_callout.tsx
Outdated
Show resolved
Hide resolved
...plugins/vis_types/timeseries/public/application/components/use_index_patter_mode_callout.tsx
Outdated
Show resolved
Hide resolved
|
@elasticmachine merge upstream |
stratoula
left a comment
There was a problem hiding this comment.
This seems good Diana! LGTM. I tested it locally and everything looks fine :)
jrodewig
left a comment
There was a problem hiding this comment.
LGTM. Thanks, @dziyanadzeraviankina!
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
The TSVB data view popover includes additional copy if the **Allow string indices in TSVB** Kibana setting is disabled (the default). This updates the copy to better align with changes in #110253.
This reverts commit 51df1e5.
* [TSVB] Rename Index pattern to Data view * Update some labels * Make asterisk bold to indicate it's text input * Remove redundant translation * Remove "now" from TSVB callout notification title * Update variable name to match the text Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [TSVB] Rename Index pattern to Data view * Update some labels * Make asterisk bold to indicate it's text input * Remove redundant translation * Remove "now" from TSVB callout notification title * Update variable name to match the text Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Part of #105199
Summary
Renamed
index patternstodata viewsin TSVB UI.Checklist
For maintainers