File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
android-json-form-wizard/src/main/java/com/vijay/jsonwizard/constants Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public class JsonFormConstants {
77
77
public static final String V_RELATIVE_MIN = "v_relative_min" ;
78
78
public static final String RELATIVE_VALIDATION_EXCEPTION = "exception" ;
79
79
public static final String DEFAULT_RELATIVE_MAX_VALIDATION_ERR = "Value cannot be higher than %s" ;
80
- public static final String DEFAULT_RELATIVE_MIN_VALIDATION_ERR = "Value cannot be smaller than %s" ;
80
+ public static final String DEFAULT_RELATIVE_MIN_VALIDATION_ERR = "Value cannot be less than %s" ;
81
81
public static final String V_CUMULATIVE_TOTAL = "v_cumulative_total" ;
82
82
public static final String DEFAULT_CUMULATIVE_VALIDATION_ERR = "Sum of %s and %s should be equal to %s" ;
83
83
public static final String RELATED_FIELDS = "related_fields" ;
You can’t perform that action at this time.
0 commit comments