Update language term usage in session/about to be more contextual

pull/2539/head
Yannick Warnier 8 years ago
parent 94be848696
commit af13ed8d0b
  1. 4
      main/template/default/session/about.tpl

@ -55,7 +55,7 @@
<div class="date"> <div class="date">
<p> <p>
{% if session.duration %} {% if session.duration %}
{{ 'SessionDurationXDaysLeft'|get_lang|format(session.duration) }} {{ 'SessionDurationXDaysTotal'|get_lang|format(session.duration) }}
{% else %} {% else %}
{{ session_date.display }} {{ session_date.display }}
{% endif %} {% endif %}
@ -295,4 +295,4 @@
heightMargin: 20 heightMargin: 20
}); });
}); });
</script> </script>

Loading…
Cancel
Save