Minor fixes for Gateway TYpes
This commit is contained in:
parent
e64f4fda9a
commit
04b4bc5f8e
2 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ class GatewayType extends StaticModel
|
|||
case self::EPS:
|
||||
return ctrans('texts.eps');
|
||||
case self::BECS:
|
||||
return ctrans('tets.becs');
|
||||
return ctrans('texts.becs');
|
||||
case self::ACSS:
|
||||
return ctrans('texts.acss');
|
||||
case self::DIRECT_DEBIT:
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</label>
|
||||
<div id="mandate-acceptance">
|
||||
<input type="checkbox" id="becs-mandate-acceptance" class="input mr-4">
|
||||
<label for="becs-mandate-acceptance">{{ctrans('texts.becs_mandat')}}</label>
|
||||
<label for="becs-mandate-acceptance">{{ctrans('texts.becs_mandate')}}</label>
|
||||
</div>
|
||||
</form>
|
||||
@endcomponent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue