Skip to content

Commit

Permalink
Add missing language key
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Oct 29, 2019
1 parent c9103b6 commit 0879226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension.json
Expand Up @@ -2,7 +2,7 @@
"code": "igniter.payregister",
"name": "Pay Register",
"description": "Allows you to accept credit card payments using PayPal, Stripe, Authorize.Net and/or Mollie.",
"version": "v1.2.2",
"version": "v1.2.3",
"author": "SamPoyigi",
"icon": "fa-money",
"homepage": "https://github.com/tastyigniter/ti-ext-payregister"
Expand Down
2 changes: 2 additions & 0 deletions language/en/default.php
Expand Up @@ -103,6 +103,8 @@
'text_payment_title' => 'Mollie Payment',
'text_payment_desc' => 'Accept credit card payments using Mollie API',

'text_live' => 'Live',
'text_test' => 'Test',
'text_description' => 'Pay by Credit Card using Mollie',
'text_payment_status' => 'Payment %s (%s)',

Expand Down

0 comments on commit 0879226

Please sign in to comment.