diff options
author | 2023-02-19 19:19:05 +0000 | |
---|---|---|
committer | 2023-02-19 19:19:05 +0000 | |
commit | 9ecf423268bb3a89e881e4b28e5ee56fe9b33819 (patch) | |
tree | 50da2da90f915c2d77af93dc450d6ea9f3811986 | |
parent | Merge pull request #1209 from python-discord/dependabot/pip/flake8-bugbear-23... (diff) | |
parent | fix typo in user shown message (diff) |
Merge pull request #1212 from onerandomusername/patch-2
fix typo in user-facing bookmark 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, |