diff --git a/pod/ai_enhancement/utils.py b/pod/ai_enhancement/utils.py index eebd915504..ecab02890e 100644 --- a/pod/ai_enhancement/utils.py +++ b/pod/ai_enhancement/utils.py @@ -308,7 +308,7 @@ def send_email_enhancement(video): + ", and is now available on %(site_title)s." ) % { - "content_title": "%s" % video.title, + "content_title": "%s" % video.title, "site_title": __TITLE_SITE__, }, _("You will find it here:"), diff --git a/pod/ai_enhancement/views.py b/pod/ai_enhancement/views.py index 49fbf369ab..26da7b90d2 100644 --- a/pod/ai_enhancement/views.py +++ b/pod/ai_enhancement/views.py @@ -116,7 +116,7 @@ def send_enhancement_creation_request( messages.add_message( request, messages.ERROR, - _("Something wrong... Status error: ") + _("Something wrong… Status error: ") + creation_response["status"], ) else: @@ -202,7 +202,7 @@ def delete_enhancement_request( messages.add_message( request, messages.ERROR, - _("Something wrong... Status error: ") + _("Something wrong… Status error: ") + deletion_response["status"], ) else: diff --git a/pod/completion/templates/video_completion.html b/pod/completion/templates/video_completion.html index ede4f45a73..f02ad092cd 100644 --- a/pod/completion/templates/video_completion.html +++ b/pod/completion/templates/video_completion.html @@ -27,7 +27,7 @@
{% trans "Your score is:" %} {{ percentage_score|floatformat:2 }}%
-{% trans "That's great! Bravo!" %}
+{% trans "That’s great! Bravo!" %}
{% trans "Your score is:" %} {{ percentage_score|floatformat:2 }}%
-{% trans "It's not terrible, but there's room for improvement!" %}
+{% trans "It’s not terrible, but there’s room for improvement!" %}
{% trans "Error found in form" %}
- {% for question_title, question_error in questions_form_errors.items %} -{% blocktranslate with title=question_title error=question_error|lower %}For the question "{{ title }}", {{ error }}.{% endblocktranslate %}
- {% endfor %} -{% trans "Error found in form" %}
+ {% for question_title, question_error in questions_form_errors.items %} ++ {% blocktranslate with title=question_title error=question_error|lower %}For the question “{{ title }}”, {{ error }}.{% endblocktranslate %} +
+ {% endfor %} +