Explorar el Código

Merge pull request #6333 from utkarshcmu/alerting_typo

Fixed typo
Carl Bergquist hace 9 años
padre
commit
1ce0b8fe25
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/app/features/alerting/partials/notification_edit.html

+ 1 - 1
public/app/features/alerting/partials/notification_edit.html

@@ -71,7 +71,7 @@
         <textarea rows="7" class="gf-form-input width-25" required ng-model="ctrl.model.settings.addresses"></textarea>
       </div>
       <div class="gf-form">
-        <span>You can center multiple email address using a ";" seperator</span>
+        <span>You can enter multiple email addresses using a ";" separator</span>
       </div>
     </div>