Skip to content

Commit

Permalink
Merge pull request #1212 from onerandomusername/patch-2
Browse files Browse the repository at this point in the history
fix typo in user-facing bookmark message
  • Loading branch information
ChrisLovering authored Feb 19, 2023
2 parents 633994b + bcd0765 commit 9ecf423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/utilities/bookmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class BookmarkTitleSelectionForm(discord.ui.Modal):
"""

bookmark_title = discord.ui.TextInput(
label="Choose a title for you bookmark (optional)",
label="Choose a title for your bookmark (optional)",
placeholder="Type your bookmark title here",
default="Bookmark",
max_length=50,
Expand Down

0 comments on commit 9ecf423

Please sign in to comment.