diff --git a/public/sounds/not_found.wav b/public/sounds/not_found.wav new file mode 100644 index 0000000..7318c91 Binary files /dev/null and b/public/sounds/not_found.wav differ diff --git a/public/sounds/success-sound.wav b/public/sounds/success-sound.wav new file mode 100644 index 0000000..04db1a0 Binary files /dev/null and b/public/sounds/success-sound.wav differ diff --git a/src/routes/private/boxes/DashboardBoxesPage.tsx b/src/routes/private/boxes/DashboardBoxesPage.tsx index feeca9b..9381bac 100644 --- a/src/routes/private/boxes/DashboardBoxesPage.tsx +++ b/src/routes/private/boxes/DashboardBoxesPage.tsx @@ -777,10 +777,14 @@ const DashboardBoxesPage = (props: Props) => { > {t('confirmation')} + )) ) : ( - {t('no_products_found') || 'Mahsulot topilmadi'} + <> + {t('not_found') || 'Mahsulot topilmadi'} + + )} )}