fixing some strings
This commit is contained in:
parent
6e26195757
commit
0d2b322bf8
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,8 @@ fun SettingsCheckBoxComponent(
|
|||
private fun SettingsCheckBoxComponentPreview() {
|
||||
AppThemeSurface {
|
||||
SettingsCheckBoxComponent(
|
||||
label = "Some title",
|
||||
value = "Some summary",
|
||||
label = "Some label",
|
||||
value = "Some value",
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue