Skip to content

Commit

Permalink
Fix error in module content
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Nov 6, 2023
1 parent d73da8d commit 1fc4e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/templates/admin/configure.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
{l s='Please associate your shop with PrestaShop accounts' mod='shootime'}<br />
{l s='Then agree to share your data with PrestaShop CloudSync' mod='shootime'}<br />
{l s='Finally, choose your subscription plan in PrestaShop Billing' mod='shootime'}
{l s='This will create an account for you in Shootime (if you're not already signed up).' mod='shootime'}
</p>
<p>
{l s='This will create an account for you in Shootime (if you are not already signed up).' mod='shootime'}
{l s='You should receive an email to finish your account setup.' mod='shootime'}
{l s='This will enable you to seamlessly book photo shoots in Shootime and pay later using your PrestaShop account.' mod='shootime'}
</p>
Expand Down

0 comments on commit 1fc4e5c

Please sign in to comment.