Explorar el Código

Merge pull request #2586 from thuck/link_typo

Fix small typo "dashbord" to dashboard
Torkel Ödegaard hace 10 años
padre
commit
5d69c69b7c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/features/dashlinks/editor.html

+ 1 - 1
public/app/features/dashlinks/editor.html

@@ -58,7 +58,7 @@
 				</li>
 				<li class="tight-form-item" ng-show="link.type === 'link'" style="width: 51px">Tooltip</li>
 				<li ng-show="link.type === 'link'">
-					<input type="text" ng-model="link.tooltip" class="input-medium tight-form-input" style="width: 151px" placeholder="Open dashbord" ng-model-onblur ng-change="updated()">
+					<input type="text" ng-model="link.tooltip" class="input-medium tight-form-input" style="width: 151px" placeholder="Open dashboard" ng-model-onblur ng-change="updated()">
 				</li>
 				<li class="tight-form-item" ng-show="link.type === 'link'">Icon</li>
 				<li ng-show="link.type === 'link'">