diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 93c4aa28d0b0..40038652ebad 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -237,7 +237,7 @@ $LANG = array( 'archived_vendors' => 'Successfully archived :count vendors', 'deleted_vendor' => 'Successfully deleted vendor', 'deleted_vendors' => 'Successfully deleted :count vendors', - 'confirmation_subject' => 'Invoice Ninja Account Confirmation', + 'confirmation_subject' => 'Account Confirmation', 'confirmation_header' => 'Account Confirmation', 'confirmation_message' => 'Please access the link below to confirm your account.', 'invoice_subject' => 'New invoice :number from :account', @@ -888,7 +888,7 @@ $LANG = array( 'custom_invoice_charges_helps' => 'Add a field when creating an invoice and include the charge in the invoice subtotals.', 'token_expired' => 'Validation token was expired. Please try again.', 'invoice_link' => 'Invoice Link', - 'button_confirmation_message' => 'Click to confirm your email address.', + 'button_confirmation_message' => 'Click to confirm your email.', 'confirm' => 'Confirm', 'email_preferences' => 'Email Preferences', 'created_invoices' => 'Successfully created :count invoice(s)',