Skip to content

Commit

Permalink
Rename Default to Default Value for Slots Table
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Feb 20, 2023
1 parent 1d3f499 commit 6603334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/modules/components/ApiPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function SlotsTable(props) {
<tr>
<th align="left">{t('api-docs.name')}</th>
<th align="left">{t('api-docs.defaultClass')}</th>
<th align="left">{t('api-docs.default')}</th>
<th align="left">{t('api-docs.defaultValue')}</th>
<th align="left">{t('api-docs.description')}</th>
</tr>
</thead>
Expand Down
1 change: 1 addition & 0 deletions docs/translations/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"hookName": "Hook name",
"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.",
"default": "Default",
"defaultValue": "Default Value",
"demos": "Demos",
"deprecated": "Deprecated",
"description": "Description",
Expand Down

0 comments on commit 6603334

Please sign in to comment.