diff --git a/.github/scripts/post.py b/.github/scripts/post.py
index 31a8c5b..12b4179 100755
--- a/.github/scripts/post.py
+++ b/.github/scripts/post.py
@@ -175,7 +175,7 @@ def send_post(chat_id, image, caption):
# Prepare message format for channel
def message_content(information):
msg = ""
- msg += f"DXUI Mars // {information['oem']} {information['device_name']} ({information['codename']})\n\n"
+ msg += f"DXUI Europa // {information['oem']} {information['device_name']} ({information['codename']})\n\n"
msg += f"Download ({information['buildtype']}): Here\n"
msg += f"Screenshots: Here\n\n"
msg += f"-> Maintainer: {information['maintainer']}\n"