Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Popalay committed Jul 29, 2020
1 parent 026f3e7 commit 63c31a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private fun TitleInput(
) {
FilledTextField(
value = state.title,
label = { Text("What's would you like to track?") },
label = { Text("What would you like to track?") },
onValueChange = { onAction(Action.TitleChanged(it)) },
activeColor = MaterialTheme.colors.onSurface,
backgroundColor = MaterialTheme.colors.surface,
Expand Down

0 comments on commit 63c31a1

Please sign in to comment.