Skip to content

Commit 033bcce

Browse files
committed
Update label
1 parent 05d7532 commit 033bcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-json-form-wizard/src/main/java/com/vijay/jsonwizard/constants/JsonFormConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class JsonFormConstants {
7777
public static final String V_RELATIVE_MIN = "v_relative_min";
7878
public static final String RELATIVE_VALIDATION_EXCEPTION = "exception";
7979
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";
8181
public static final String V_CUMULATIVE_TOTAL = "v_cumulative_total";
8282
public static final String DEFAULT_CUMULATIVE_VALIDATION_ERR = "Sum of %s and %s should be equal to %s";
8383
public static final String RELATED_FIELDS = "related_fields";

0 commit comments

Comments
 (0)