Bladeren bron

Merge pull request #2586 from thuck/link_typo

Fix small typo "dashbord" to dashboard
Torkel Ödegaard 10 jaren geleden
bovenliggende
commit
5d69c69b7c
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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'">