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

Merge pull request #5232 from peggyl/peggyl/fix-tags-popover-text

Fix wording of the dashboard tags popover text
Carl Bergquist 9 лет назад
Родитель
Сommit
8db00073b4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      public/app/features/dashboard/partials/settings.html

+ 1 - 1
public/app/features/dashboard/partials/settings.html

@@ -28,7 +28,7 @@
 			<div class="gf-form">
 			<div class="gf-form">
 				<label class="gf-form-label width-7">
 				<label class="gf-form-label width-7">
           Tags
           Tags
-          <info-popover mode="right-normal">Press enter to a add tag</info-popover>
+          <info-popover mode="right-normal">Press enter to add a tag</info-popover>
         </label>
         </label>
 				<bootstrap-tagsinput ng-model="dashboard.tags" tagclass="label label-tag" placeholder="add tags">
 				<bootstrap-tagsinput ng-model="dashboard.tags" tagclass="label label-tag" placeholder="add tags">
 				</bootstrap-tagsinput>
 				</bootstrap-tagsinput>