diff -r 03334a31130a -r 4b780ebbedc6 client/src/components/Session.js --- a/client/src/components/Session.js Thu Nov 08 16:03:28 2018 +0100 +++ b/client/src/components/Session.js Tue Nov 13 16:46:15 2018 +0100 @@ -45,8 +45,8 @@ if (this.state.screenSummary === 0) { return (
- Afficher le protocole d'annotation - + Afficher le protocole d'annotation +
); } @@ -54,8 +54,8 @@ if (this.state.screenSummary === 1) { return (
- Afficher le résumé de la session - + Afficher le résumé de la session +
); }