Gaël Métais před 10 roky
rodič
revize
d5fdc3ce63
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>