From 0a107ee558a4b444a5403b2b4cab18efababbbf2 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Mon, 4 Oct 2021 19:56:31 +0200 Subject: [PATCH] Fixed incorrect stash list text --- src/main/kotlin/ui/Stashes.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,