Fixed incorrect stash list text
This commit is contained in:
parent
68917c40c9
commit
0a107ee558
@ -43,7 +43,7 @@ fun Stashes(gitManager: GitManager) {
|
||||
.background(MaterialTheme.colors.headerBackground)
|
||||
.padding(vertical = 8.dp)
|
||||
.fillMaxWidth(),
|
||||
text = "ui.Stashes",
|
||||
text = "Stashes",
|
||||
fontWeight = FontWeight.Bold,
|
||||
textAlign = TextAlign.Center,
|
||||
color = MaterialTheme.colors.primary,
|
||||
|
Loading…
Reference in New Issue
Block a user