diff --git a/airtime_mvc/application/views/helpers/TrialRemaining.php b/airtime_mvc/application/views/helpers/TrialRemaining.php index baa1ac9e2..64a703a1c 100644 --- a/airtime_mvc/application/views/helpers/TrialRemaining.php +++ b/airtime_mvc/application/views/helpers/TrialRemaining.php @@ -11,6 +11,6 @@ class Airtime_View_Helper_TrialRemaining extends Zend_View_Helper_Abstract if($interval->format('%R') == '-'){ return "Trial expired."; } - return $interval->format('%a days'); + return $interval->format('%a'); } } diff --git a/airtime_mvc/application/views/scripts/partialviews/header.phtml b/airtime_mvc/application/views/scripts/partialviews/header.phtml index 019f1dd4a..78daae413 100644 --- a/airtime_mvc/application/views/scripts/partialviews/header.phtml +++ b/airtime_mvc/application/views/scripts/partialviews/header.phtml @@ -32,19 +32,23 @@
Listen -
- is_trial){?> -
- -
- +
+ is_trial){?> +
+

Your Trial expires in

+
+ trial_remain?> +
days
+
+
+ Keep going on +
+
+