Sfoglia il codice sorgente

Fix wording of the dashboard tags popover text

Peggy Li 9 anni fa
parent
commit
d36c1769e0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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">
 				<label class="gf-form-label width-7">
           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>
 				<bootstrap-tagsinput ng-model="dashboard.tags" tagclass="label label-tag" placeholder="add tags">
 				</bootstrap-tagsinput>