diff --git a/app/templates/views/trial-mode.html b/app/templates/views/trial-mode.html index 6e90318cb..4bc76d36d 100644 --- a/app/templates/views/trial-mode.html +++ b/app/templates/views/trial-mode.html @@ -21,7 +21,13 @@ you can only send messages to yourself
  • - you can add people to your team, then you can send messages to them too + you can add people to + {% if current_service %} + your team, + {% else %} + your team, + {% endif %} + then you can send messages to them too
  • you can only send 50 messages per day @@ -29,7 +35,13 @@

    - When you’re ready we can remove these restrictions. + When you’re ready we can + {% if current_service %} + remove these restrictions. + {% else %} + remove these restrictions. + {% endif %} +