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
@@ -324,6 +324,7 @@ systemConfigurationValueValidationNotANumber = Value is not a valid number
324
324
systemConfigurationValueValidationNotADirectory = Value is not a valid directory
325
325
systemConfigurationValueValidationNotAFile = Value is not a valid file
326
326
systemConfigurationValueValidationNotAEmail = Value is not a valid email address
327
-
systemConfigurationValueValidationNotAValidName = 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 .
327
+
systemConfigurationValueValidationNotAValidEmailsenderName = Value is not a valid email sender name. Name should contain only alphabets.
328
+
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 .
328
329
smsAuthKeyValueValidation = SMS Auth key value is not valid
329
330
smsAuthSecretValueValidation = SMS Auth secret value is not valid
Copy file name to clipboardExpand all lines: sormas-backend/src/test/java/de/symeda/sormas/backend/systemconfiguration/SystemConfigurationValueFacadeEJbTest.java
0 commit comments