src_js/iconolab-bundle/src/components/editor/Tooltip.vue
changeset 400 c85505149eea
parent 320 81945eedc63f
child 450 8602c254b9eb
--- a/src_js/iconolab-bundle/src/components/editor/Tooltip.vue	Tue Feb 28 15:50:33 2017 +0100
+++ b/src_js/iconolab-bundle/src/components/editor/Tooltip.vue	Tue Feb 28 16:34:22 2017 +0100
@@ -13,7 +13,7 @@
             <textarea name="description" v-model="description" class="form-control input-sm" placeholder="Décrivez ce que vous voyez"></textarea>
         </div>
         <div class="form-group">
-            <label class="control-label">Mots-clé</label>
+            <label class="control-label">Mots-clés</label>
             <tag-list ref="taglist" v-bind:original-tags="originalTags"></tag-list>
         </div>
         <button @click="save" class="btn btn-block btn-sm btn-primary">Valider</button>