diff options
author | 2023-02-19 14:03:39 -0500 | |
---|---|---|
committer | 2023-02-19 14:03:39 -0500 | |
commit | bcd0765e112839634940d48e881461bed36e62f1 (patch) | |
tree | 50da2da90f915c2d77af93dc450d6ea9f3811986 | |
parent | Merge pull request #1209 from python-discord/dependabot/pip/flake8-bugbear-23... (diff) |
fix typo in user shown message
-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, |