Merge pull request #218 from priahoud/fix-typo-in-uncommitted-changes

Fix typo in UncommittedChanges
This commit is contained in:
Abdelilah El Aissaoui 2024-07-26 00:43:36 +02:00 committed by GitHub
commit 56e82f7467
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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