From 0315d4c7277f75c44063fbec4f9138c0d9df89fb Mon Sep 17 00:00:00 2001 From: Aji Kamaludin Date: Mon, 19 Jun 2023 01:31:38 +0700 Subject: [PATCH] bitfix wording --- resources/js/Customer/Index/IndexPartials/AllVoucher.jsx | 2 +- .../js/Customer/Index/IndexPartials/FavoriteVoucher.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx b/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx index 7e70a23..b46a930 100644 --- a/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx +++ b/resources/js/Customer/Index/IndexPartials/AllVoucher.jsx @@ -12,7 +12,7 @@ const EmptyLocation = () => {
Pilih lokasi
- pilih lokasi untuk dapat menampilkan voucher tersedia + pilih lokasi untuk dapat menampilkan voucher yang tersedia
) diff --git a/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx b/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx index 434851c..85033b9 100644 --- a/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx +++ b/resources/js/Customer/Index/IndexPartials/FavoriteVoucher.jsx @@ -7,9 +7,9 @@ import VoucherCard from '../Partials/VoucherCard' const EmptyFavorite = () => { return (
-
Favorite kosong
+
Belum ada favorite
- pilih lokasi favorite mu ya, cek bintangnya + pilih lokasi favorite di daftar semua lokasi
) @@ -102,7 +102,7 @@ export default function FavoriteVoucher() { )} - {items.length <= 0 && } + {items.length <= 0 && _flocations.length > 0 && } ) }