|
+ @if (getTotalWeightStatus()?.totalWeightInvalid) {
+
+ {{ 'experiments.edit-condition-weights-modal.weights-sum-validation.text' | translate }}
+
+ }
+ @if (getTotalWeightStatus()?.max || getTotalWeightStatus()?.min ) {
+
+ {{ 'experiments.edit-condition-weights-modal.weights-range-validation.text' | translate }}
+
+ }
+ @if (getTotalWeightStatus()?.invalidNumber) {
+
+ {{ 'experiments.edit-condition-weights-modal.invalid-number-error.text' | translate }}
+
+ }
+ @if (getTotalWeightStatus()?.tooManyDecimals) {
+
+ {{ 'experiments.edit-condition-weights-modal.weights-decimal-validation.text' | translate }}
+
+ }
+ |
+