From 96a5a5ac6e867c1048c1d8ff6505f85819d570ec Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 24 Oct 2017 22:21:32 +0300 Subject: [PATCH] Fix capitalization --- resources/lang/en/texts.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 840b63a249..96555a3af2 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1017,7 +1017,7 @@ $LANG = array( 'pro_plan_remove_logo' => ':link to remove the Invoice Ninja logo by joining the Pro Plan', 'pro_plan_remove_logo_link' => 'Click here', - 'invitation_status_sent' => 'sent', + 'invitation_status_sent' => 'Sent', 'invitation_status_opened' => 'Opened', 'invitation_status_viewed' => 'Viewed', 'email_error_inactive_client' => 'Emails can not be sent to inactive clients', @@ -2246,7 +2246,6 @@ $LANG = array( 'oauth_taken' => 'The account is already registered', 'emailed_payment' => 'Successfully emailed payment', 'email_payment' => 'Email Payment', - 'sent' => 'Sent', 'invoiceplane_import' => 'Use :link to migrate your data from InvoicePlane.', 'duplicate_expense_warning' => 'Warning: This :link may be a duplicate', 'expense_link' => 'expense',