Skip to content

Commit e49e973

Browse files
slax57djhi
andauthored
[no ci] Update docs/TranslationTranslating.md
Co-authored-by: Gildas Garcia <[email protected]>
1 parent df0cb8d commit e49e973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TranslationTranslating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When react-admin needs to render a resource name ("post", "comment", etc.) or a
5555
However, before humanizing names, react-admin checks the `messages` dictionary for a possible translation, with the following keys:
5656

5757
- `resources.${resourceName}.name` for resource names (used for the menu and page titles)
58-
- `resources.${resourceName}.fields.${fieldName}` for field names (used for datatable header and form input labels)
58+
- `resources.${resourceName}.fields.${fieldName}` for field names (used for `<DataTable>` header and form input labels)
5959

6060
This lets you customize resource and field names for each locale.
6161

0 commit comments

Comments
 (0)