mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
fix: Fix title of sort menu item
This commit is contained in:
parent
3ce2e8ef91
commit
0830db210c
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue