Improve tooltip wording

This commit is contained in:
Matthias 2023-10-12 19:28:47 +02:00
parent 353aae5cab
commit 0972f95314

View File

@ -15,7 +15,7 @@
v-model="
botStore.botStores[(row.item as unknown as ComparisonTableItems).botId ?? ''].isSelected
"
title="Show bot in Dashboard"
title="Show this bot in Dashboard"
/>
<span>{{ row.value }}</span>
</div>