From 927cd5a9a6487981d30d453af68e3f8a49d0ac71 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 29 Mar 2020 07:30:42 +0300 Subject: [PATCH] Fix lang file --- resources/lang/en/texts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 449dcba38685..95b9cbf06435 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -3405,9 +3405,9 @@ $LANG = array( 'freq_three_years' => 'Three Years', 'military_time_help' => '24 Hour Display', 'click_here_capital' => 'Click here', - 'marked_invoice_as_paid' => 'Successfully marked invoice as sent', + 'marked_invoice_as_paid' => 'Successfully marked invoice as paid', 'marked_invoices_as_sent' => 'Successfully marked invoices as sent', - 'marked_invoices_as_paid' => 'Successfully marked invoices as sent', + 'marked_invoices_as_paid' => 'Successfully marked invoices as paid', 'activity_57' => 'System failed to email invoice :invoice', 'custom_value3' => 'Custom Value 3', 'custom_value4' => 'Custom Value 4',