Docfile commited on
Commit
ccbf380
·
verified ·
1 Parent(s): 6ef105a

Update templates/philosophie.html

Browse files
Files changed (1) hide show
  1. templates/philosophie.html +1 -1
templates/philosophie.html CHANGED
@@ -408,7 +408,7 @@
408
  const labels = {
409
  '1': 'Type1',
410
  '2': 'Type2',
411
- '3': 'Synthèse'
412
  };
413
  $('#current-type-label').text(`Type ${type} - ${labels[type]}`);
414
  });
 
408
  const labels = {
409
  '1': 'Type1',
410
  '2': 'Type2',
411
+ 's': 'Synthèse'
412
  };
413
  $('#current-type-label').text(`Type ${type} - ${labels[type]}`);
414
  });