Fixed grammar error

This commit is contained in:
Abdelilah El Aissaoui 2022-10-18 23:28:07 +02:00
parent 2162191fe0
commit ad1cdb884b

View File

@ -52,7 +52,7 @@ fun NewTagDialog(
) )
Text( Text(
text = "Create a new tag to the specified commit", text = "Create a new tag on the specified commit",
modifier = Modifier modifier = Modifier
.padding(bottom = 16.dp), .padding(bottom = 16.dp),
color = MaterialTheme.colors.secondaryTextColor, color = MaterialTheme.colors.secondaryTextColor,