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, ) },