diff --git a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputMatrixScreen.kt b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputMatrixScreen.kt index 89f203197..32ddc314f 100644 --- a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputMatrixScreen.kt +++ b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputMatrixScreen.kt @@ -58,7 +58,7 @@ fun InputMatrixScreen() { ) } - ColumnComponentContainer(title = "Metadata Avatar") { + ColumnComponentContainer(title = "Input Matrix") { InputMatrix( title = "Label", data = inputCardData, diff --git a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputSequentialScreen.kt b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputSequentialScreen.kt index 70e7cca4c..4ae53d27a 100644 --- a/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputSequentialScreen.kt +++ b/common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputSequentialScreen.kt @@ -58,7 +58,7 @@ fun InputSequentialScreen() { ) } - ColumnComponentContainer(title = "Metadata Avatar") { + ColumnComponentContainer(title = "Input Sequential") { InputSequential( title = "Label", data = inputCardData,