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')}