Fixed incorrect stash list text

This commit is contained in:
Abdelilah El Aissaoui 2021-10-04 19:56:31 +02:00
parent 68917c40c9
commit 0a107ee558

View File

@ -43,7 +43,7 @@ fun Stashes(gitManager: GitManager) {
.background(MaterialTheme.colors.headerBackground) .background(MaterialTheme.colors.headerBackground)
.padding(vertical = 8.dp) .padding(vertical = 8.dp)
.fillMaxWidth(), .fillMaxWidth(),
text = "ui.Stashes", text = "Stashes",
fontWeight = FontWeight.Bold, fontWeight = FontWeight.Bold,
textAlign = TextAlign.Center, textAlign = TextAlign.Center,
color = MaterialTheme.colors.primary, color = MaterialTheme.colors.primary,