--- a/src_js/iconolab-bundle/src/components/diffviewer/template.html Tue Nov 15 12:20:39 2016 +0100
+++ b/src_js/iconolab-bundle/src/components/diffviewer/template.html Tue Nov 15 14:42:02 2016 +0100
@@ -36,14 +36,14 @@
<template v-if="tag.action=='replace'">
<del>--</del> <del>{{ tag.tag_label }}</del> a été remplacé par
<ins>++</ins> <strong><ins>{{ tag.new_label }}</ins></strong>
- précision : <ins>{{ tag.new_accuracy }}</ins> -
+ fiabilité : <ins>{{ tag.new_accuracy }}</ins> -
pertinence: <ins>{{ tag.new_relevancy }}</ins>
</template>
<template v-if="tag.action=='add'">
<li>
<ins>++</ins> <ins>{{ tag.tag_label }}</ins>
- précision : <ins>{{ tag.accuracy }}</ins> -
+ fiabilité : <ins>{{ tag.accuracy }}</ins> -
pertinence : <ins>{{ tag.relevancy }}</ins>
</li>
</template>
@@ -56,10 +56,10 @@
<li>
<strong>{{ tag.tag_label }}</strong>
<template v-if="tag.accuracy != tag.new_accuracy">
- précision: <del>{{ tag.accuracy }}</del> <ins>{{ tag.new_accuracy }}</ins> -
+ fiabilité: <del>{{ tag.accuracy }}</del> <ins>{{ tag.new_accuracy }}</ins> -
</template>
<template v-if="tag.accuracy == tag.new_accuracy">
- précision: {{ tag.accuracy }} -
+ fiabilité: {{ tag.accuracy }} -
</template>
<template v-if="tag.relevancy != tag.new_relevancy">
pertinence: <del>{{ tag.relevancy }}</del> <ins>{{ tag.new_relevancy }}</ins>