From 70fe9d6dcbe5e9be517f1e1d61a2804e48622008 Mon Sep 17 00:00:00 2001 From: Gravity2106 <45825337+Gravity2106@users.noreply.github.com> Date: Wed, 22 Jun 2022 15:09:41 +0200 Subject: [PATCH] Update messages.py (#167) --- api/messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/messages.py b/api/messages.py index 94c94788..fa882d6a 100644 --- a/api/messages.py +++ b/api/messages.py @@ -128,7 +128,7 @@ class Telegram(): lang = user.profile.telegram_lang_code if lang == 'es': - text = f'¡Tu orden con ID {order.id} ha finalizado exitosamente!⚡ Unase a @robosats_es y ayudanos a mejorar.' + text = f'¡Tu orden con ID {order.id} ha finalizado exitosamente!⚡ Únete a nosotros en @robosats_es y ayúdanos a mejorar.' else: text = f'Your order with ID {order.id} has finished successfully!⚡ Join us @robosats and help us improve.' @@ -225,4 +225,4 @@ class Telegram(): self.send_message(user, text) user.profile.telegram_welcomed = True user.profile.save() - return \ No newline at end of file + return