From bffa0fa4f6ebe01bef58f0407a89c44a0661b52a Mon Sep 17 00:00:00 2001 From: Dominik Prokop Date: Tue, 12 May 2020 11:11:54 +0200 Subject: [PATCH] UI spelling: use US form of visualization (#24558) --- .../dashboard/components/PanelEditor/PanelOptionsTab.tsx | 2 +- .../dashboard/components/PanelEditor/VisualizationTab.tsx | 2 +- .../TransformationsEditor/TransformationsEditor.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx b/public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx index f6797ca85bc..a2caed6b88d 100644 --- a/public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx +++ b/public/app/features/dashboard/components/PanelEditor/PanelOptionsTab.tsx @@ -63,7 +63,7 @@ export const PanelOptionsTab: FC = ({ ); elements.push( - + ); diff --git a/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx b/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx index ee1e05bb1dc..63651bc95f9 100644 --- a/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx +++ b/public/app/features/dashboard/components/PanelEditor/VisualizationTab.tsx @@ -68,7 +68,7 @@ export const VisualizationTabUnconnected = React.forwardRef} suffix={suffix} - placeholder="Filter visualisations" + placeholder="Filter visualizations" ref={ref} /> diff --git a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx index f994426f5b1..cf7aa2417db 100644 --- a/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx +++ b/public/app/features/dashboard/components/TransformationsEditor/TransformationsEditor.tsx @@ -134,9 +134,9 @@ export class TransformationsEditor extends React.PureComponent {

Transformations allow you to join, calculate, re-order, hide and rename your query results before being visualized.
- 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.
- It can help to switch to Table visualisation to understand what a transformation is doing.
+ It can help to switch to Table visualization to understand what a transformation is doing.

Select one of the transformations below to start.