Fix typo in UncommittedChanges

This commit is contained in:
priahoud 2024-07-26 00:28:32 +02:00
parent a6460569eb
commit ba8e155161

View File

@ -336,7 +336,7 @@ fun ColumnScope.StagedView(
onTreeDirectoryAction: (String) -> Unit,
) {
val title = "Staged"
val actionTitle = "Untage"
val actionTitle = "Unstage"
val allActionTitle = "Unstage all"
val actionColor = MaterialTheme.colors.error
val actionTextColor = MaterialTheme.colors.onError