diff --git a/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php b/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php index 33376bac5db6..6a1a8a9c40e9 100644 --- a/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php +++ b/resources/views/portal/ninja2020/subscriptions/ninja_plan.blade.php @@ -99,13 +99,13 @@ input:checked ~ .dot { monthly

-
Multi users and advanced permissions per user
+
Multiple users and advanced permissions per user

-
Attach files to emails & client side portal!
+
Attach documents to emails & client side portal!

-
Branded client portal: "https://Billing.YourCompany.com"
+
Branded client portal: "https://billing.yourcompany.com"

-
Custom background to invoices & quotes
+
Custom background for invoices & quotes

+ Much more!
@@ -180,13 +180,13 @@ input:checked ~ .dot { yearly

-
Multi users and advanced permissions per user
+
Multiple users and advanced permissions per user

-
Attach files to emails & client side portal!
+
Attach documents to emails & client side portal!

-
Branded client portal: "https://Billing.YourCompany.com"
+
Branded client portal: "https://billing.yourcompany.com"

-
Custom background to invoices & quotes
+
Custom background for invoices & quotes

+ Much more!
@@ -222,10 +222,6 @@ input:checked ~ .dot { var users_yearly = 'LYqaQWldnj'; var users_monthly = '7LDdwRb1YK'; -document.getElementById("toggleB").checked = false; - -console.log(document.getElementById("toggleB").value); - document.getElementById('users_yearly').addEventListener('change', function() { users_yearly = this.value; document.getElementById('y_plan_price').innerHTML = price_map.get(this.value); @@ -259,7 +255,6 @@ price_map.set('kQBeX6mbyK', '$260'); price_map.set('GELe32Qd69', '$360'); price_map.set('MVyb86oevA', '$440'); - @endpush