1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00

fix: Fix title of sort menu item
Some checks are pending
Build and push Docker DEV image / build (push) Waiting to run

This commit is contained in:
Maksim Eltyshev 2024-04-22 22:02:51 +02:00
parent 934dcdf39b
commit 8747aa59de

View file

@ -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}