Skip to content

Commit

Permalink
fix: translation id typo (#622)
Browse files Browse the repository at this point in the history
* fix: aria-label in calendar block controls

* fix: translation id typo
  • Loading branch information
deodorhunter authored Apr 2, 2024
1 parent ae82478 commit 5cc5056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ItaliaTheme/Blocks/Calendar/Body.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const Body = ({ data, block, inEditMode, path, onChangeBlock, reactSlick }) => {
<FontAwesomeIcon
aria-hidden={true}
icon={['fas', 'chevron-left']}
title={intl.formatMessage(messages.calendar_next_arrow)}
title={intl.formatMessage(messages.calendar_prev_arrow)}
/>
</Button>
);
Expand Down

0 comments on commit 5cc5056

Please sign in to comment.