aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2023-02-19 19:19:05 +0000
committerGravatar GitHub <[email protected]>2023-02-19 19:19:05 +0000
commit9ecf423268bb3a89e881e4b28e5ee56fe9b33819 (patch)
tree50da2da90f915c2d77af93dc450d6ea9f3811986
parentMerge pull request #1209 from python-discord/dependabot/pip/flake8-bugbear-23... (diff)
parentfix 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.py2
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,