fixing some strings

This commit is contained in:
Tibor Kaputa 2023-09-29 09:51:03 +02:00 committed by GitHub
parent 6e26195757
commit 0d2b322bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,8 +89,8 @@ fun SettingsCheckBoxComponent(
private fun SettingsCheckBoxComponentPreview() {
AppThemeSurface {
SettingsCheckBoxComponent(
label = "Some title",
value = "Some summary",
label = "Some label",
value = "Some value",
)
}
}