Skip to content

Commit 8f3dcd1

Browse files
committed
update
1 parent 61c59c7 commit 8f3dcd1

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

feature/center/src/desktopMain/kotlin/com/mifos/feature/center/centerList/ui/CenterListScreen.desktop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ actual fun CenterListContent(
3030
contentAlignment = Alignment.Center,
3131
) {
3232
Text(
33-
text = "Not available in desktop yet",
33+
text = "Not available in this platform yet",
3434
)
3535
}
3636
}

feature/center/src/nativeMain/kotlin/com/mifos/feature/center/centerList/ui/CenterListScreen.native.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ actual fun CenterListContent(
3030
contentAlignment = Alignment.Center,
3131
) {
3232
Text(
33-
text = "Not available in desktop yet",
33+
text = "Not available in this platform yet",
3434
)
3535
}
3636
}

feature/client/src/nativeMain/kotlin/com/mifos/feature/client/clientCharges/ClientChargesScreen.native.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ actual fun ClientChargeContent(
2929
contentAlignment = Alignment.Center,
3030
) {
3131
Text(
32-
text = "Not available in desktop yet",
32+
text = "Not available in this platform yet",
3333
)
3434
}
3535
}

feature/client/src/nativeMain/kotlin/com/mifos/feature/client/clientList/ClientListScreen.native.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ actual fun LazyColumnForClientListApi(
3333
contentAlignment = Alignment.Center,
3434
) {
3535
Text(
36-
text = "Not available in desktop yet",
36+
text = "Not available in this platform yet",
3737
)
3838
}
3939
}

feature/client/src/nativeMain/kotlin/com/mifos/feature/client/clientPinpoint/PinpointClientScreen.native.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ actual fun HandleLocationPermissionRequest(
2828
contentAlignment = Alignment.Center,
2929
) {
3030
Text(
31-
text = "Not available in desktop yet",
31+
text = "Not available in this platform yet",
3232
)
3333
}
3434
}
@@ -44,7 +44,7 @@ actual fun PinpointLocationItem(
4444
contentAlignment = Alignment.Center,
4545
) {
4646
Text(
47-
text = "Not available in desktop yet",
47+
text = "Not available in this platform yet",
4848
)
4949
}
5050
}

feature/groups/src/desktopMain/kotlin/com/mifos/feature/groups/groupList/GroupsListScreen.desktop.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ internal actual fun GroupsListRoute(
2828
contentAlignment = Alignment.Center,
2929
) {
3030
Text(
31-
text = "Not available in desktop yet",
31+
text = "Not available in this platform yet",
3232
)
3333
}
3434
}

feature/groups/src/nativeMain/kotlin/com/mifos/feature/groups/groupList/GroupsListScreen.native.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ internal actual fun GroupsListRoute(
2929
contentAlignment = Alignment.Center,
3030
) {
3131
Text(
32-
text = "Not available in IOS yet",
32+
text = "Not available in this platform yet",
3333
)
3434
}
3535
}

0 commit comments

Comments
 (0)