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

Commit 2b2e938

Browse files
SORMAS-Foundation#2946 - Caption change
1 parent 4cd45d6 commit 2b2e938

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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";

sormas-api/src/main/resources/strings.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ headingExtendFollowUp = Extend follow-up period
478478
headingExposureInvestigation = Exposure Investigation
479479
headingEpiDataSourceCaseContacts = Contacts with Source Case
480480
headingExposureDetails = Exposure Details
481-
headingSourceContacts = Source Contacts
482481
headingAnimalContactDetails = Animal Contact Details
483482
headingBurialDetails = Burial Details
484483

sormas-ui/src/main/java/de/symeda/sormas/ui/contact/SourceContactListComponent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)