Merge pull request #4625 from Keirua/fix-typo-editeur

Clarification du bouton de création d'annotations privées
This commit is contained in:
Keirua 2019-12-16 10:30:53 +01:00 committed by GitHub
commit c9810adf4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>