From 732df1937441c80e5851ba4306f0bf767ce02ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 4 Aug 2020 16:01:58 +0300 Subject: [PATCH] Fix the "Paid plan required" notice. --- templates/integrations/add_call.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/integrations/add_call.html b/templates/integrations/add_call.html index 7f2b838f..7d583162 100644 --- a/templates/integrations/add_call.html +++ b/templates/integrations/add_call.html @@ -13,7 +13,7 @@ a text-to-speech engine will read out a message and then hang up.

- {% if show_pricing and profile.sms_limit == 0 %} + {% if show_pricing and profile.call_limit == 0 %}

Paid plan required. Phone call notifications are not available on the free plan–they