Change wordings, align text.
--- a/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue Thu Feb 23 11:50:57 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/AnnotationForm.vue Thu Feb 23 11:52:20 2017 +0100
@@ -8,7 +8,7 @@
<i class="fa fa-ban" v-if="!readonly"></i>
<span v-if="!readonly">Annuler</span>
</button>
- <div v-if="!annotation" class="alert alert-warning">
+ <div v-if="!annotation" class="alert alert-warning text-center">
Aucune annotation sélectionnée.
</div>
<form v-bind:action="formAction" method="post">
--- a/src_js/iconolab-bundle/src/components/tagform/TagList.vue Thu Feb 23 11:50:57 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/tagform/TagList.vue Thu Feb 23 11:52:20 2017 +0100
@@ -12,7 +12,7 @@
v-bind:relevancy="tag.relevancy"
v-bind:readonly="readonly"></tag-list-item>
</div>
- <typeahead ref="typeahead" placeholder="Rechercher" v-show="!readonly"></typeahead>
+ <typeahead ref="typeahead" placeholder="Rechercher un mot-clé" v-show="!readonly"></typeahead>
</div>
</template>
--- a/src_js/iconolab-bundle/src/components/tagform/TagListItem.vue Thu Feb 23 11:50:57 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/tagform/TagListItem.vue Thu Feb 23 11:52:20 2017 +0100
@@ -19,15 +19,15 @@
<div class="collapse">
<div class="tag-item-form">
<div>
- <label>Fiabilité</label>
- <small>Êtes-vous sûr de votre tag ?</small>
+ <label class="small">Fiabilité</label>
+ <small>Êtes-vous sûr de votre mot-clé ?</small>
<color-buttons ref="accuracy"
@change="onChange('accuracy', $event.value)"
v-bind:original-value="accuracy"></color-buttons>
</div>
<div>
- <label>Pertinence</label>
- <small>Votre tag est-il indispensable ?</small>
+ <label class="small">Pertinence</label>
+ <small>Votre mot-clé est-il indispensable à la compréhension ?</small>
<color-buttons ref="relevancy"
@change="onChange('relevancy', $event.value)"
v-bind:original-value="relevancy"></color-buttons>