Update inline edit tooltip to include field title
This commit is contained in:
parent
ce4cbd3570
commit
b626ea04e7
@ -396,7 +396,7 @@
|
||||
class="inline-actions"
|
||||
>
|
||||
<b-button
|
||||
v-b-tooltip.noninteractive.hover="{ title: $t('recordList.inlineEdit.button.title'), container: '#body' }"
|
||||
v-b-tooltip.noninteractive.hover="{ title: $t('recordList.inlineEdit.button.title', { label: field.label }), container: '#body' }"
|
||||
variant="outline-extra-light"
|
||||
size="sm"
|
||||
class="text-secondary border-0 ml-1"
|
||||
|
||||
@ -279,7 +279,7 @@ recordList:
|
||||
inlineEdit:
|
||||
enabled: Inline value editing enabled
|
||||
button:
|
||||
title: Edit value
|
||||
title: Edit {{label}}
|
||||
modal:
|
||||
title: Update record values
|
||||
bulkRecord:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user