Skip to content

Commit 6603334

Browse files
committed
Rename Default to Default Value for Slots Table
1 parent 1d3f499 commit 6603334

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/modules/components/ApiPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function SlotsTable(props) {
6767
<tr>
6868
<th align="left">{t('api-docs.name')}</th>
6969
<th align="left">{t('api-docs.defaultClass')}</th>
70-
<th align="left">{t('api-docs.default')}</th>
70+
<th align="left">{t('api-docs.defaultValue')}</th>
7171
<th align="left">{t('api-docs.description')}</th>
7272
</tr>
7373
</thead>

docs/translations/translations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"hookName": "Hook name",
66
"cssComponent": "As a CSS utility, the {{name}} component also supports all <a href=\"/system/properties/\"><code>system</code></a> properties. You can use them as props directly on the component.",
77
"default": "Default",
8+
"defaultValue": "Default Value",
89
"demos": "Demos",
910
"deprecated": "Deprecated",
1011
"description": "Description",

0 commit comments

Comments
 (0)