Fix typo in UncommittedChanges
This commit is contained in:
parent
a6460569eb
commit
ba8e155161
@ -336,7 +336,7 @@ fun ColumnScope.StagedView(
|
|||||||
onTreeDirectoryAction: (String) -> Unit,
|
onTreeDirectoryAction: (String) -> Unit,
|
||||||
) {
|
) {
|
||||||
val title = "Staged"
|
val title = "Staged"
|
||||||
val actionTitle = "Untage"
|
val actionTitle = "Unstage"
|
||||||
val allActionTitle = "Unstage all"
|
val allActionTitle = "Unstage all"
|
||||||
val actionColor = MaterialTheme.colors.error
|
val actionColor = MaterialTheme.colors.error
|
||||||
val actionTextColor = MaterialTheme.colors.onError
|
val actionTextColor = MaterialTheme.colors.onError
|
||||||
|
Loading…
Reference in New Issue
Block a user