From 39e7ad3ad662e5683e1ad14407204623ef9ea500 Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Fri, 9 Feb 2024 15:32:48 +0100 Subject: [PATCH] clarifie titre option publication bulletins --- app/scodoc/sco_preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scodoc/sco_preferences.py b/app/scodoc/sco_preferences.py index 8176092e..3cc147a5 100644 --- a/app/scodoc/sco_preferences.py +++ b/app/scodoc/sco_preferences.py @@ -1605,7 +1605,7 @@ class BasePreferences: "bul_display_publication", { "initvalue": 1, - "title": "Indique si les bulletins sont publiés", + "title": "Afficher icône indiquant si les bulletins sont publiés", "explanation": "décocher si vous n'avez pas de portail étudiant publiant les bulletins", "input_type": "boolcheckbox", "labels": ["non", "oui"],