Skip to content

Commit 5066a90

Browse files
authoredMay 11, 2022
Merge pull request #7683 from friday/patch-1
Fix inconsistent casing for translation keys
2 parents a99d014 + 422ed67 commit 5066a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/ra-input-rich-text/src/buttons/FormatButtons.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const FormatButtons = (props: ToggleButtonGroupProps) => {
2424
_: 'Bold',
2525
});
2626

27-
const italicLabel = translate('ra.tiptap.Italic', {
27+
const italicLabel = translate('ra.tiptap.italic', {
2828
_: 'Italic',
2929
});
3030

0 commit comments

Comments
 (0)
Please sign in to comment.