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/strings.properties
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1951,4 +1951,10 @@ confirmationSelfReportLinkContactsByCaseReference=Some contacts without a case h
1951
1951
headingSelfReportCaseReportWithSameReferenceFound=Case self report with same case reference found
1952
1952
confirmationSelfReportCaseReportWithSameReferenceFound=There is a case self report with the same case reference number as the processed self report.</br>It is recommended to process case reports first.</br></br>Do you want to continue processing this self report?
1953
1953
headingSelfReportCaseWithSameReferenceNumberFound=Case with same reference number found
1954
-
confirmationSelfReportLinkContactToCaseWithSameReferenceNumber=There is a case with the same reference number as the contact found</br></br>Do you want to link this contact to that case?
1954
+
confirmationSelfReportLinkContactToCaseWithSameReferenceNumber=There is a case with the same reference number as the contact found</br></br>Do you want to link this contact to that case?
1955
+
1956
+
infoSystemConfigurationValueDescriptionEmailSenderAddress=Email address that will be set as the sender of email notifications sent out by the system.
1957
+
infoSystemConfigurationValueDescriptionEmailSenderName=Name that will be set as the sender of email notifications sent out by the system.
1958
+
infoSystemConfigurationValueDescriptionSmsSenderName=Name that will be set as the sender of SMS notifications sent out by the system.
1959
+
infoSystemConfigurationValueDescriptionSmsAuthKey=SORMAS supports the delivery of SMS notifications via Vonage (https://www.vonage.com/communications-apis/). You need to specify a valid authentication key and secret in order to use this feature. SORMAS will not attempt to send out SMS if these properties are left empty.
1960
+
infoSystemConfigurationValueDescriptionSmsAuthSecret=Secret for SMS authentication.
Copy file name to clipboardExpand all lines: sormas-backend/src/main/java/de/symeda/sormas/backend/systemconfiguration/SystemConfigurationValueEjb.java
0 commit comments