Skip to content

Commit

Permalink
fix: Fix title of sort menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Apr 22, 2024
1 parent 934dcdf commit 8747aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ListSortStep/ListSortStep.jsx
Expand Up @@ -23,7 +23,7 @@ const ListSortStep = React.memo(({ onTypeSelect, onBack }) => {
className={styles.menuItem}
onClick={() => onTypeSelect(ListSortTypes.NAME_ASC)}
>
{t('common.name')}
{t('common.title')}
</Menu.Item>
<Menu.Item
className={styles.menuItem}
Expand Down

0 comments on commit 8747aa5

Please sign in to comment.