p'tit fix d'utilisabilité
This commit is contained in:
parent
4c57659765
commit
c2c3f05262
1 changed files with 3 additions and 2 deletions
|
@ -37,8 +37,9 @@ function TypeDeChamps({ state: rootState, typeDeChamps }) {
|
|||
{state.typeDeChamps.length === 0 && (
|
||||
<h2>
|
||||
<FontAwesomeIcon icon="arrow-circle-down" />
|
||||
Cliquez sur le bouton « Ajouter un champ » pour
|
||||
créer votre premier champ.
|
||||
Cliquez sur le bouton «
|
||||
{addChampLabel(state.isAnnotation)} » pour créer votre premier
|
||||
champ.
|
||||
</h2>
|
||||
)}
|
||||
<div className="footer"> </div>
|
||||
|
|
Loading…
Reference in a new issue