Changed "Stage" to "Stage hunk" in diff hunks
This commit is contained in:
parent
128397ae26
commit
14c8b24456
@ -84,10 +84,10 @@ fun Diff(
|
||||
val buttonText: String
|
||||
val color: Color
|
||||
if (diffEntryType is DiffEntryType.StagedDiff) {
|
||||
buttonText = "Unstage"
|
||||
buttonText = "Unstage hunk"
|
||||
color = MaterialTheme.colors.error
|
||||
} else {
|
||||
buttonText = "Stage"
|
||||
buttonText = "Stage hunk"
|
||||
color = MaterialTheme.colors.primary
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user