From a9d8151728c92f50c77050e544250ac3628a8c2e Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Sun, 29 Mar 2026 02:37:44 +0200 Subject: [PATCH] Fix placeholder in write new note screen --- .../kotlin/ac/aux/compose/ui/composable/WriteNewNoteScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composeApp/src/commonMain/kotlin/ac/aux/compose/ui/composable/WriteNewNoteScreen.kt b/composeApp/src/commonMain/kotlin/ac/aux/compose/ui/composable/WriteNewNoteScreen.kt index eea0b010..93d9f553 100644 --- a/composeApp/src/commonMain/kotlin/ac/aux/compose/ui/composable/WriteNewNoteScreen.kt +++ b/composeApp/src/commonMain/kotlin/ac/aux/compose/ui/composable/WriteNewNoteScreen.kt @@ -104,7 +104,7 @@ fun WriteNewNoteScreen( }, placeholder = { Text( - text = "Enter the name you want to use for your profile", + text = "Type out what you would like to publish", maxLines = 1, ) },