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

extensions/stripe#148 Fix Credit or debit card translation.

parent 6a4c6ffb
No related branches found
No related tags found
No related merge requests found
......@@ -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