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

Commit 675d8d2

Browse files
SORMAS-Foundation#2946 - Fixed usage of non-existing string
1 parent 96f8f7a commit 675d8d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sormas-app/app/src/main/res/layout/fragment_edit_epid_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
android:id="@+id/source_contacts_heading"
156156
android:layout_width="wrap_content"
157157
android:layout_height="wrap_content"
158-
android:text="@{I18nProperties.getString(Strings.headingSourceContacts)}"
158+
android:text="@{I18nProperties.getString(Strings.headingEpiDataSourceCaseContacts)}"
159159
android:layout_marginBottom="24dp"
160160
style="@style/SubHeadingCompactStyle" />
161161

0 commit comments

Comments
 (0)