浏览代码

Fix wording

Gaël Métais 4 年之前
父节点
当前提交
57616aba62
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      front/src/views/rule.html

+ 1 - 1
front/src/views/rule.html

@@ -177,7 +177,7 @@
                     </div>
 
                     <div ng-if="policyName === 'oldHttpProtocol'">
-                        <b>{{offender.domain}}</b> receives <span ng-class="offender.requests > 4 ? 'offenderProblem' : ''"><b><ng-pluralize count="offender.requests" when="{'one':'1 request','other':'{} requests'}"></ng-pluralize></b></span> over {{offender.httpVersion}}
+                        <b>{{offender.domain}}</b> sends <span ng-class="offender.requests > 4 ? 'offenderProblem' : ''"><b><ng-pluralize count="offender.requests" when="{'one':'1 request','other':'{} requests'}"></ng-pluralize></b></span> over {{offender.httpVersion}}
                     </div>
 
                     <div ng-if="policyName === 'oldTlsProtocol'">