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

Fixed typo in graphite editor tooltip

Torkel Ödegaard 11 лет назад
Родитель
Сommit
1591a486cc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/app/partials/graphite/editor.html

+ 1 - 1
src/app/partials/graphite/editor.html

@@ -102,7 +102,7 @@
 					<input type="text"
 								class="input-mini grafana-target-segment-input"
 								ng-model="panel.cacheTimeout"
-								bs-tooltip="'Graphite parameter to overwride memcache default timeout (unit is seconds)'"
+								bs-tooltip="'Graphite parameter to override memcache default timeout (unit is seconds)'"
 								data-placement="right"
 								spellcheck='false'
 								placeholder="60">