Skip to content
Snippets Groups Projects
Verified Commit da08504b authored by Mikolai Gütschow's avatar Mikolai Gütschow
Browse files

remove colon in introduction string

parent 565bcfec
No related branches found
No related tags found
1 merge request!33Finish view model for contact list
Pipeline #7961 passed
......@@ -46,7 +46,7 @@ fun ContactDrawerMakeIntro(
Icon(Icons.Filled.Close, "close make intro screen")
}
Text(
text = "Introduce " + viewModel.firstContact.value!!.author.name + " to:",
text = "Introduce ${viewModel.firstContact.value!!.author.name} to",
fontSize = 16.sp,
modifier = Modifier.align(Alignment.CenterVertically)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment