Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 6ab3853

Browse files
Fixed failing unit test
1 parent 2b24c98 commit 6ab3853

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-api/src/main/java/de/symeda/sormas/api/i18n/Captions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ public interface Captions {
15491549
String symptomsLesionsLocations = "symptomsLesionsLocations";
15501550
String symptomsMaxTemperature = "symptomsMaxTemperature";
15511551
String symptomsSetClearedToNo = "symptomsSetClearedToNo";
1552-
String symptomsSetClearedToUnknown="symptomsSetClearedToUnknown";
1552+
String symptomsSetClearedToUnknown = "symptomsSetClearedToUnknown";
15531553
String system = "system";
15541554
String Task = "Task";
15551555
String Task_assigneeReply = "Task.assigneeReply";

0 commit comments

Comments
 (0)