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

Loading…
Cancel
Save