From 657f5c066c5dafedcd1824678a7ca1d9dbbe6ac1 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 6 Sep 2016 12:12:23 +0300 Subject: [PATCH] Change label to Partial/Deposit --- resources/lang/en/texts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 20e9c54512ff..c3d07a55e743 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -507,7 +507,7 @@ $LANG = array( 'payment_type_paypal' => 'PayPal', 'payment_type_bitcoin' => 'Bitcoin', 'knowledge_base' => 'Knowledge Base', - 'partial' => 'Partial', + 'partial' => 'Partial/Deposit', 'partial_remaining' => ':partial of :balance', 'more_fields' => 'More Fields', 'less_fields' => 'Less Fields',