diff --git a/application/language/en/giftcards_lang.php b/application/language/en/giftcards_lang.php index ade2bc22b..2494419cf 100644 --- a/application/language/en/giftcards_lang.php +++ b/application/language/en/giftcards_lang.php @@ -44,7 +44,7 @@ $lang["giftcards_number_information"] = "Giftcard Number"; $lang["giftcards_number_required"] = "Giftcard Number is a required field"; $lang["giftcards_one_or_multiple"] = "giftcard(s)"; $lang["giftcards_person_id"] = "Customer"; -$lang["giftcards_quantity"] = "Jumlah"; +$lang["giftcards_quantity"] = "Quantity"; $lang["giftcards_quantity_required"] = "Quantity is a required field. Please Close ( X ) to cancel"; $lang["giftcards_remaining_balance"] = "Giftcard %1 remaining value is %2!"; $lang["giftcards_reorder_level"] = "Reorder Level"; diff --git a/application/language/en/item_kits_lang.php b/application/language/en/item_kits_lang.php index 73e3816e1..dee476c45 100644 --- a/application/language/en/item_kits_lang.php +++ b/application/language/en/item_kits_lang.php @@ -23,7 +23,7 @@ $lang["item_kits_one_or_multiple"] = "Item Kit(s)"; $lang["item_kits_price_option"] = "Price Option"; $lang["item_kits_priced_only"] = "Priced Only"; $lang["item_kits_print_option"] = "Print Option"; -$lang["item_kits_quantity"] = "Jumlah"; +$lang["item_kits_quantity"] = "Quantity"; $lang["item_kits_sequence"] = "Sequence"; $lang["item_kits_successful_adding"] = "You have successfully added Item Kit"; $lang["item_kits_successful_deleted"] = "You have successfully deleted";