This repository was archived by the owner on May 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
java/de/symeda/sormas/api/i18n
sormas-ui/src/main/java/de/symeda/sormas/ui/contact Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -413,7 +413,6 @@ public interface Strings {
413413 String headingSetOutbreakStatus = "headingSetOutbreakStatus" ;
414414 String headingSignsAndSymptoms = "headingSignsAndSymptoms" ;
415415 String headingSomeEventsNotDeleted = "headingSomeEventsNotDeleted" ;
416- String headingSourceContacts = "headingSourceContacts" ;
417416 String headingStoppedFollowUp = "headingStoppedFollowUp" ;
418417 String headingTasksDeleted = "headingTasksDeleted" ;
419418 String headingTemplateNotAvailable = "headingTemplateNotAvailable" ;
Original file line number Diff line number Diff line change @@ -478,7 +478,6 @@ headingExtendFollowUp = Extend follow-up period
478478headingExposureInvestigation = Exposure Investigation
479479headingEpiDataSourceCaseContacts = Contacts with Source Case
480480headingExposureDetails = Exposure Details
481- headingSourceContacts = Source Contacts
482481headingAnimalContactDetails = Animal Contact Details
483482headingBurialDetails = Burial Details
484483
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private void createSourceContactListComponent(SourceContactList sourceContactLis
6464 addComponent (list );
6565 list .reload ();
6666
67- Label sourceContactsHeader = new Label (I18nProperties .getString (Strings .headingSourceContacts ));
67+ Label sourceContactsHeader = new Label (I18nProperties .getString (Strings .headingEpiDataSourceCaseContacts ));
6868 sourceContactsHeader .addStyleName (CssStyles .H3 );
6969 componentHeader .addComponent (sourceContactsHeader );
7070
You can’t perform that action at this time.
0 commit comments