diff options
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/exts/utilities/bookmark.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/utilities/bookmark.py b/bot/exts/utilities/bookmark.py index e2988dca..511a3eff 100644 --- a/bot/exts/utilities/bookmark.py +++ b/bot/exts/utilities/bookmark.py @@ -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, | 
