浏览代码

Fix user-facing text

ichekrygin 9 年之前
父节点
当前提交
1e558e3936
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/features/alerting/partials/notification_edit.html

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

@@ -88,7 +88,7 @@
     </div>
 
     <div class="gf-form-group" ng-if="ctrl.model.type === 'victorops'">
-      <h3 class="page-heading">Victorops settings</h3>
+      <h3 class="page-heading">VictorOps settings</h3>
       <div class="gf-form">
         <span class="gf-form-label width-6">Url</span>
         <input type="text" required class="gf-form-input max-width-30" ng-model="ctrl.model.settings.url" placeholder="Victorops url"></input>