浏览代码

Fix wording

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

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

@@ -146,7 +146,7 @@
             </div>
 
             <div ng-if="policyName === 'cssColors' && rule.offendersObj.count > 0">
-                <p>This is the color palette, sized by total occurrences:</p>
+                <p>This is the colors palette, sized by total occurrences:</p>
                 <div class="colorPalette">
                     <div ng-repeat="offender in rule.offendersObj.palette" style="background-color: {{offender.color}}; width: {{offender.occurrences * 100 / rule.offendersObj.palette[0].occurrences}}%"><div>{{offender.color}} ({{offender.occurrences}} times)</div></div>
                 </div>