From 0830db210c80101f510e073bd50909673aa872ea Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Mon, 22 Apr 2024 22:02:51 +0200 Subject: [PATCH] fix: Fix title of sort menu item --- client/src/components/ListSortStep/ListSortStep.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/ListSortStep/ListSortStep.jsx b/client/src/components/ListSortStep/ListSortStep.jsx index daf9e3b6..fbda3b72 100644 --- a/client/src/components/ListSortStep/ListSortStep.jsx +++ b/client/src/components/ListSortStep/ListSortStep.jsx @@ -23,7 +23,7 @@ const ListSortStep = React.memo(({ onTypeSelect, onBack }) => { className={styles.menuItem} onClick={() => onTypeSelect(ListSortTypes.NAME_ASC)} > - {t('common.name')} + {t('common.title')}