Skip to content

Commit bcd0765

Browse files
fix typo in user shown message
1 parent 633994b commit bcd0765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/exts/utilities/bookmark.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class BookmarkTitleSelectionForm(discord.ui.Modal):
3131
"""
3232

3333
bookmark_title = discord.ui.TextInput(
34-
label="Choose a title for you bookmark (optional)",
34+
label="Choose a title for your bookmark (optional)",
3535
placeholder="Type your bookmark title here",
3636
default="Bookmark",
3737
max_length=50,

0 commit comments

Comments
 (0)