From ce12c2bbd5c29cc4f9e795a89187c134467029f3 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 13 Jun 2017 12:06:23 +0300 Subject: [PATCH] Update free trial texts --- 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 8ea37f043..8de4ede49 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -995,8 +995,8 @@ $LANG = array( 'quote_issued_to' => 'Quote issued to', 'show_currency_code' => 'Currency Code', 'trial_message' => 'Your account will receive a free two week trial of our pro plan.', - 'trial_footer' => 'Your free trial lasts :count more days, :link to upgrade now.', - 'trial_footer_last_day' => 'This is the last day of your free trial, :link to upgrade now.', + 'trial_footer' => 'Your free pro plan trial lasts :count more days, :link to upgrade now.', + 'trial_footer_last_day' => 'This is the last day of your free pro plan trial, :link to upgrade now.', 'trial_call_to_action' => 'Start Free Trial', 'trial_success' => 'Successfully enabled two week free pro plan trial', 'overdue' => 'Overdue',