diff --git a/packages/api-generator/src/locale/en/VDataTableRows.json b/packages/api-generator/src/locale/en/VDataTableRows.json
index b4f05c7507e..65a41784031 100644
--- a/packages/api-generator/src/locale/en/VDataTableRows.json
+++ b/packages/api-generator/src/locale/en/VDataTableRows.json
@@ -1,10 +1,10 @@
{
"props": {
- "cellProps": "An object of additional props to be passed to each
in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.",
+ "cellProps": "An object of additional props to be passed to each ` | ` in the table body. Also accepts a function that will be called for each cell. If the same prop is defined both here and in `cellProps` in a headers object, the value from the headers object will be used.",
"loading": "Displays `loading` slot if set to `true`",
"loadingText": "Text shown when the data is loading.",
"multiSort": "Allows sorting by multiple columns.",
- "rowProps": "An object of additional props to be passed to each | in the table body. Also accepts a function that will be called for each row."
+ "rowProps": "An object of additional props to be passed to each `
` in the table body. Also accepts a function that will be called for each row."
},
"events": {
"click:row": "Emitted when a row is clicked. Native event is passed as the first argument, row data as the second."