Commit bffa0fa4 by Dominik Prokop Committed by GitHub

UI spelling: use US form of visualization (#24558)

parent 67dab0b7
...@@ -63,7 +63,7 @@ export const PanelOptionsTab: FC<Props> = ({ ...@@ -63,7 +63,7 @@ export const PanelOptionsTab: FC<Props> = ({
); );
elements.push( elements.push(
<OptionsGroup title="Visualisation" id="Panel type" key="Panel type" defaultToClosed onToggle={focusVisPickerInput}> <OptionsGroup title="Visualization" id="Panel type" key="Panel type" defaultToClosed onToggle={focusVisPickerInput}>
<VisualizationTab panel={panel} ref={visTabInputRef} /> <VisualizationTab panel={panel} ref={visTabInputRef} />
</OptionsGroup> </OptionsGroup>
); );
......
...@@ -68,7 +68,7 @@ export const VisualizationTabUnconnected = React.forwardRef<HTMLInputElement, Pr ...@@ -68,7 +68,7 @@ export const VisualizationTabUnconnected = React.forwardRef<HTMLInputElement, Pr
onKeyPress={onKeyPress} onKeyPress={onKeyPress}
prefix={<Icon name="filter" className={styles.icon} />} prefix={<Icon name="filter" className={styles.icon} />}
suffix={suffix} suffix={suffix}
placeholder="Filter visualisations" placeholder="Filter visualizations"
ref={ref} ref={ref}
/> />
</Field> </Field>
......
...@@ -134,9 +134,9 @@ export class TransformationsEditor extends React.PureComponent<Props> { ...@@ -134,9 +134,9 @@ export class TransformationsEditor extends React.PureComponent<Props> {
<p> <p>
Transformations allow you to join, calculate, re-order, hide and rename your query results before being Transformations allow you to join, calculate, re-order, hide and rename your query results before being
visualized. <br /> visualized. <br />
Many transforms are not suitable if your using the Graph visualisation as it currently only supports time Many transforms are not suitable if your using the Graph visualization as it currently only supports time
series. <br /> series. <br />
It can help to switch to Table visualisation to understand what a transformation is doing. <br /> It can help to switch to Table visualization to understand what a transformation is doing. <br />
</p> </p>
<p>Select one of the transformations below to start.</p> <p>Select one of the transformations below to start.</p>
</FeatureInfoBox> </FeatureInfoBox>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment