aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2019-10-07 12:11:32 +0200
committerGravatar GitHub <[email protected]>2019-10-07 12:11:32 +0200
commit859ca0be8acf2a1fa229ca2972fc4989abb32584 (patch)
treefbc7063aa58d726bf6f81972e9fdbf2f55ce5791
parentMerge branch 'reminder-up' of https://github.com/akarys42/bot into reminder-up (diff)
Fix my broken English
Co-Authored-By: Sebastiaan Zeeff <[email protected]>
-rw-r--r--bot/cogs/reminders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/reminders.py b/bot/cogs/reminders.py
index 288035b56..1b38d0bb2 100644
--- a/bot/cogs/reminders.py
+++ b/bot/cogs/reminders.py
@@ -103,7 +103,7 @@ class Reminders(Scheduler, Cog):
if "jump_url" in reminder: # keep backward compatibility
embed.description = (f"Here's your reminder: `{reminder['content']}`.\n"
- f"Jump back when you created the reminder : {reminder['jump_url']}")
+ f"Jump back to when you created the reminder : {reminder['jump_url']}")
else:
embed.description = f"Here's your reminder: `{reminder['content']}`"