Ver Fonte

Fix wording

Gaël Métais há 10 anos atrás
pai
commit
d5fdc3ce63
1 ficheiros alterados com 1 adições e 1 exclusões
  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>