You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sormas-api/src/main/resources/validations.properties
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -329,4 +329,5 @@ systemConfigurationValueValidationNotAEmail = Value is not a valid email address
329
329
systemConfigurationValueValidationNotAValidEmailsenderName = Value is not a valid email sender name. Name should contain only alphabets.
330
330
systemConfigurationValueValidationNotAValidSmsSenderName = Value is not a valid name. Name should contain only letters and numbers without spaces & special characters. For more info please see https://developer.vonage.com/en/messaging/sms/guides/custom-sender-id .
331
331
smsAuthKeyValueValidation = SMS Auth key value is not valid
332
-
smsAuthSecretValueValidation = SMS Auth secret value is not valid
332
+
smsAuthSecretValueValidation = SMS Auth secret value is not valid
333
+
systemConfigurationValueValidationInvalidBackgroundColor=Pre-defined values are: green, red, indigo, gray, default (case-sensitive) otherwise must match hexadecimal format, example: #dd2b0e or #4AA
0 commit comments