diff --git a/src/components/right/RightHeader.tsx b/src/components/right/RightHeader.tsx index 249c5a0a8..b16653d16 100644 --- a/src/components/right/RightHeader.tsx +++ b/src/components/right/RightHeader.tsx @@ -523,7 +523,7 @@ const RightHeader: FC = ({ { peerId: chatId, filter: { sortType: giftsSortType === 'byDate' ? 'byValue' : 'byDate' } }, )} > - {lang(giftsSortType === 'byDate' ? 'GiftSortByDate' : 'GiftSortByValue')} + {lang(giftsSortType === 'byDate' ? 'GiftSortByValue' : 'GiftSortByDate')}