Frontend: Fix tooltip text #277
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
055ed7cecf
commit
b07ae9ecb9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue