diff --git a/src/ctfs/templates/ctfs/ctf_info.html b/src/ctfs/templates/ctfs/ctf_info.html index 70043c6..4d08e8b 100644 --- a/src/ctfs/templates/ctfs/ctf_info.html +++ b/src/ctfs/templates/ctfs/ctf_info.html @@ -12,7 +12,7 @@ {% if description %} {{ description|safe }} {% else %} - {% trans "No translation available for this challenge. Try another lang (French or English)." %} + {% trans "No translation available. Please try another language (English or French)." %} {% endif %}