p'tit fix d'utilisabilité

This commit is contained in:
clemkeirua 2019-12-10 16:11:48 +01:00
parent 4c57659765
commit c2c3f05262

View file

@ -37,8 +37,9 @@ function TypeDeChamps({ state: rootState, typeDeChamps }) {
{state.typeDeChamps.length === 0 && (
<h2>
<FontAwesomeIcon icon="arrow-circle-down" />
&nbsp;&nbsp;Cliquez sur le bouton «&nbsp;Ajouter un champ&nbsp;» pour
créer votre premier champ.
&nbsp;&nbsp;Cliquez sur le bouton «&nbsp;
{addChampLabel(state.isAnnotation)}&nbsp;» pour créer votre premier
champ.
</h2>
)}
<div className="footer">&nbsp;</div>