Skip to content

Commit 9ecf423

Browse files
Merge pull request #1212 from onerandomusername/patch-2
fix typo in user-facing bookmark message
2 parents 633994b + bcd0765 commit 9ecf423

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)