We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 633994b + bcd0765 commit 9ecf423Copy full SHA for 9ecf423
bot/exts/utilities/bookmark.py
@@ -31,7 +31,7 @@ class BookmarkTitleSelectionForm(discord.ui.Modal):
31
"""
32
33
bookmark_title = discord.ui.TextInput(
34
- label="Choose a title for you bookmark (optional)",
+ label="Choose a title for your bookmark (optional)",
35
placeholder="Type your bookmark title here",
36
default="Bookmark",
37
max_length=50,
0 commit comments