Fix placeholder in write new note screen

This commit is contained in:
Kgothatso Ngako
2026-03-29 02:37:44 +02:00
parent 817c3da8b3
commit a9d8151728

View File

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