mirror of
https://github.com/plankanban/planka.git
synced 2025-12-26 01:11:58 +03:00
fix: Fix title of sort menu item
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user