diff -r 7da1d5137b0b -r 03334a31130a client/src/components/SessionList.js --- a/client/src/components/SessionList.js Tue Nov 06 16:19:26 2018 +0100 +++ b/client/src/components/SessionList.js Thu Nov 08 16:03:28 2018 +0100 @@ -1,6 +1,7 @@ import React, { Component } from 'react'; import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; +import { Trans } from 'react-i18next'; import Modal from 'react-modal'; import moment from 'moment'; import '../App.css'; @@ -67,7 +68,7 @@ if (this.props.sessions.length === 0) { return ( -

vous n'avez créé aucune session pour le moment

+

vous n'avez créé aucune session pour le moment

); } } @@ -121,8 +122,8 @@
close
- Supprimer cette session ? - + Supprimer cette session ? +