mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Remove paren in case the value is blank
This commit is contained in:
parent
2b92f41f26
commit
2982dc6f64
@ -1190,8 +1190,8 @@ $LANG = array(
|
|||||||
'status_refunded' => 'Refunded',
|
'status_refunded' => 'Refunded',
|
||||||
'status_voided' => 'Cancelled',
|
'status_voided' => 'Cancelled',
|
||||||
'refunded_payment' => 'Refunded Payment',
|
'refunded_payment' => 'Refunded Payment',
|
||||||
'activity_39' => ':user cancelled a :payment_amount payment (:payment)',
|
'activity_39' => ':user cancelled a :payment_amount payment :payment',
|
||||||
'activity_40' => ':user refunded :adjustment of a :payment_amount payment (:payment)',
|
'activity_40' => ':user refunded :adjustment of a :payment_amount payment :payment',
|
||||||
'card_expiration' => 'Exp: :expires',
|
'card_expiration' => 'Exp: :expires',
|
||||||
|
|
||||||
'card_creditcardother' => 'Unknown',
|
'card_creditcardother' => 'Unknown',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user