1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Minor fixes for Gateway TYpes

This commit is contained in:
David Bomba 2021-10-25 16:39:05 +11:00
parent e64f4fda9a
commit 04b4bc5f8e
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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