From 86cb973fcf4b018d568441ceff268727dac794e4 Mon Sep 17 00:00:00 2001
From: Juliana <juliana@le-filament.com>
Date: Mon, 28 Jun 2021 15:59:12 +0200
Subject: [PATCH] [UPD]Change label notif
---
controllers/main.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/controllers/main.py b/controllers/main.py
index dea8556..f07be2f 100644
--- a/controllers/main.py
+++ b/controllers/main.py
@@ -53,7 +53,7 @@ class WebsiteSurveyExtend(Survey):
# Send mail auto if survey configurated
user_input.action_send_mail()
# Send notification to followers
- survey.message_post(body="Sondage terminé", message_type="notification", subtype="ethikis_survey.survey_state_change")
+ survey.message_post(body="Nouvelle réponse à ce sondage", message_type="notification", subtype="ethikis_survey.survey_state_change")
else:
vals.update({'state': 'skip'})
user_input.sudo(user=user_id).write(vals)
--
GitLab