We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c71601 commit e82a009Copy full SHA for e82a009
2 files changed
sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java
@@ -2040,6 +2040,8 @@ public interface Captions {
2040
String surveyResponsePatchDictionary = "surveyResponsePatchDictionary";
2041
String surveyResponseProcessingResult = "surveyResponseProcessingResult";
2042
String surveyResponseValidFields = "surveyResponseValidFields";
2043
+ String surveyResponseIgnoreField = "surveyResponseIgnoreField";
2044
+ String surveyResponseKeyName = "surveyResponseKeyName";
2045
String actionCorrectAndReprocess = "actionCorrectAndReprocess";
2046
String actionSaveAndReprocess = "actionSaveAndReprocess";
2047
String externalMessageRelatedEntriesFound = "externalMessageRelatedEntriesFound";
0 commit comments