diff --git a/lang/en/format_iena.php b/lang/en/format_iena.php
index f75ea7257864f3d27c34637c70e5e918d1b87026..8eb7305d5ecc311a1be58aa5e2329d3df68f0a14 100644
--- a/lang/en/format_iena.php
+++ b/lang/en/format_iena.php
@@ -46,8 +46,8 @@ By definition an unnamed section is displayed as <strong>section [N]</strong>.';
 	$string['modalite'] = 'Modality';
 	$string['notif'] = 'Notification';
 	$string['notif_summary'] = 'A notification can be sent to the student by email. She will remind her to consult the section and will contain various information (name of the course, link to the course, name of the section, date the section and modality';
-	$string['in_presence'] = 'In the presence';
-	$string['not_presence'] = 'Remote';
+	$string['in_presence'] = 'Face-to-face session';
+	$string['not_presence'] = 'Remote session';
 	$string['days_before'] = 'A number of days before the session';
 	$string['days_after'] = 'A number of days after the session';
 	$string['days_same'] = 'The same day';
diff --git a/lang/fr/format_iena.php b/lang/fr/format_iena.php
index 8e74c4a27387ba4292ac10b294ff85374024c370..3899595d2c17a224fb66dc84ad8cd4a8a5926642 100644
--- a/lang/fr/format_iena.php
+++ b/lang/fr/format_iena.php
@@ -46,8 +46,8 @@ By definition an unnamed section is displayed as <strong>section [N]</strong>.';
 	$string['modalite'] = 'Modalité';
 	$string['notif'] = 'Notification';
 	$string['notif_summary'] = 'Une notification peut être envoyée à l étudiant par mail. Elle lui rapplera de consulter la section et contiendra diverses informations (nom du cours, lien vers le cours, nom de la section, date le la section et modalité';
-	$string['in_presence'] = 'En présence';
-	$string['not_presence'] = 'À distance';
+	$string['in_presence'] = 'Session en présence';
+	$string['not_presence'] = 'Session à distance';
 	$string['days_before'] = 'Un certain nombre de jours avant la séance';
 	$string['days_after'] = 'Un certain nombre de jours après la séance';
 	$string['days_same'] = 'Le jour même';
diff --git a/templates/sections.mustache b/templates/sections.mustache
index 51fa14915c807c29fe57e69139a64a1308e927ca..3c5c3427de279a63fc87718735df25c3d14edb23 100644
--- a/templates/sections.mustache
+++ b/templates/sections.mustache
@@ -1,10 +1,10 @@
 
 <ul class="iena-editing">
 	<div class="iena-course-header"></div>
-	<!--<div class="iena-caption-sections">
+	<div class="iena-caption-sections">
 		<div class="iena-caption-icons"><span class="iena-icon-presence"></span>{{#str}} in_presence, format_iena {{/str}}</div>
 	 <div class="iena-caption-icons"><span class="iena-icon-distance"></span>{{#str}} not_presence, format_iena {{/str}}</div>
-	</div>-->
+	</div>
 	{{#sections}}
 		{{> format_iena/section}}
 	{{/sections}}
diff --git a/view/view_suivi_unit3.php b/view/view_suivi_unit3.php
index 830b84a19a3123292ddf2b5bfa570cafb60cb9e4..cfbb7934778911bb3e846ebe3d728f9b0f4156e7 100644
--- a/view/view_suivi_unit3.php
+++ b/view/view_suivi_unit3.php
@@ -323,7 +323,6 @@ if (isset($_GET['filter'])) {
 				">25" => "&gt;=25%",
 				">0" => "&gt;0%",
 			];
-			var_dump($filter);
 			foreach ($filters as $value => $name) {
 				if ( $value == $filter ) {
 					echo "<option selected='selected' value='$value'>$name</option>";