Frontend: Fix tooltip text #277

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-07 16:05:48 +02:00
parent 055ed7cecf
commit b07ae9ecb9

View file

@ -26,7 +26,7 @@
<template v-slot:activator="{ on }">
<span v-on="on">{{labels.skipUnchanged}}</span>
</template>
<span>Enable to re-index all originals, including already indexed and unchanged files.</span>
<span>Disable to re-index all originals, including already indexed and unchanged files.</span>
</v-tooltip>
</div>
</template>