mirror of
https://github.com/plankanban/planka.git
synced 2025-08-04 13:05:24 +02:00
fix: Fix title of sort menu item
Some checks are pending
Build and push Docker DEV image / build (push) Waiting to run
Some checks are pending
Build and push Docker DEV image / build (push) Waiting to run
This commit is contained in:
parent
934dcdf39b
commit
8747aa59de
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const ListSortStep = React.memo(({ onTypeSelect, onBack }) => {
|
||||||
className={styles.menuItem}
|
className={styles.menuItem}
|
||||||
onClick={() => onTypeSelect(ListSortTypes.NAME_ASC)}
|
onClick={() => onTypeSelect(ListSortTypes.NAME_ASC)}
|
||||||
>
|
>
|
||||||
{t('common.name')}
|
{t('common.title')}
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
<Menu.Item
|
<Menu.Item
|
||||||
className={styles.menuItem}
|
className={styles.menuItem}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue