From 292a1936e4156e31dcd2457fceb3d93da4954938 Mon Sep 17 00:00:00 2001 From: ihor-romaniuk Date: Fri, 3 May 2024 10:57:20 +0200 Subject: [PATCH] fix: show correct aggregate report to students option value after save in Studio --- feedback/templates/html/studio_view.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/feedback/templates/html/studio_view.html b/feedback/templates/html/studio_view.html index c3128a2..6249731 100644 --- a/feedback/templates/html/studio_view.html +++ b/feedback/templates/html/studio_view.html @@ -9,7 +9,7 @@ - {% trans "The name of the component." %} + {% trans "The name of the component." %}
  • @@ -17,7 +17,7 @@ - {% trans "The message to show after user vote." %} + {% trans "The message to show after user vote." %}
  • @@ -25,18 +25,18 @@ - {% trans "The message to show after user feedback." %} + {% trans "The message to show after user feedback." %}
  • - + +
    - {% trans "Wheter to show the aggregate report to students." %} + {% trans "Whether to show the aggregate report to students." %}
  • @@ -60,7 +60,7 @@