diff --git a/bot/helper/ext_utils/bot_utils.py b/bot/helper/ext_utils/bot_utils.py
index 68a2f6b..83a51fa 100644
--- a/bot/helper/ext_utils/bot_utils.py
+++ b/bot/helper/ext_utils/bot_utils.py
@@ -84,7 +84,7 @@ def get_readable_message(progress_list: list = None):
msg = ''
for status in progress_list:
msg += f'Name: {status.name()}\n' \
- f'status: {status.status()}\n' \
+ f'Status: {status.status()}\n' \
f'{get_progress_bar_string(status)} {status.progress()} of {status.size()}\n' \
f'Speed: {status.speed()}\n' \
f'ETA: {status.eta()}\n\n'