Просмотр исходного кода

Merge pull request #16172 from ryantxu/rename-stat-to-show

rename stat to show in UI
Torkel Ödegaard 6 лет назад
Родитель
Сommit
0d62d1b47f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/plugins/panel/singlestat2/SingleStatValueEditor.tsx

+ 1 - 1
public/app/plugins/panel/singlestat2/SingleStatValueEditor.tsx

@@ -50,7 +50,7 @@ export class SingleStatValueEditor extends PureComponent<Props> {
     return (
     return (
       <PanelOptionsGroup title="Value">
       <PanelOptionsGroup title="Value">
         <div className="gf-form">
         <div className="gf-form">
-          <FormLabel width={labelWidth}>Stat</FormLabel>
+          <FormLabel width={labelWidth}>Show</FormLabel>
           <StatsPicker
           <StatsPicker
             width={12}
             width={12}
             placeholder="Choose Stat"
             placeholder="Choose Stat"