diff --git a/packages/api-generator/src/locale/en/VTextarea.json b/packages/api-generator/src/locale/en/VTextarea.json index 318d95ad79c..aebdf3fe136 100644 --- a/packages/api-generator/src/locale/en/VTextarea.json +++ b/packages/api-generator/src/locale/en/VTextarea.json @@ -5,10 +5,9 @@ "noResize": "Remove resize handle.", "persistentPlaceholder": "Forces placeholder to always be visible.", "prefix": "Displays prefix text.", - "rowHeight": "Height value for each row. Requires the use of the **auto-grow** prop.", "rows": "Default row count.", "suffix": "Displays suffix text.", - "maxRows": "Specifies the maximum number of row count" + "maxRows": "Specifies the maximum number of rows for **auto-grow**." }, "events": { "keydown": "Emitted when **any** key is pressed, textarea must be focused.",