diff --git a/src/main/kotlin/ui/Stashes.kt b/src/main/kotlin/ui/Stashes.kt index 02385b4..62a9adf 100644 --- a/src/main/kotlin/ui/Stashes.kt +++ b/src/main/kotlin/ui/Stashes.kt @@ -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,