Skip to content
Snippets Groups Projects
Commit c63747b8 authored by bgm's avatar bgm Committed by mattwire
Browse files

#148 Fix Credit or debit card translation.

parent b2e28f95
No related branches found
No related tags found
1 merge request!77extensions/stripe#148 Fix Credit or debit card translation.
......@@ -15,7 +15,9 @@
{/literal}
{* Add the components required for a Stripe card element *}
<label for="card-element"><legend>Credit or debit card</legend></label>
{crmScope extensionKey='com.drastikbydesign.stripe'}
<label for="card-element"><legend>{ts}Credit or debit card{/ts}</legend></label>
<div id="card-element"></div>
{* Area for Stripe to report errors *}
<div id="card-errors" role="alert" class="alert alert-danger"></div>
{/crmScope}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment