Change 'My Tasks' to 'My Submitted Tasks'

This commit is contained in:
Luke Tainton 2023-06-30 14:08:16 +01:00
parent 23f63f7a43
commit e3c63b3ded
No known key found for this signature in database

View File

@ -104,7 +104,7 @@ class SubmitTaskCommand(Command):
}, },
), ),
Submit( Submit(
title="My Tasks", title="My Submitted Tasks",
data={ data={
"callback_keyword": "my_tasks_callback_rbamzfyx", "callback_keyword": "my_tasks_callback_rbamzfyx",
"sender": self.sender, "sender": self.sender,