Skip to content

Commit

Permalink
transialtion quotes fix (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: lukas <[email protected]>
  • Loading branch information
lukvai and lukas authored Dec 18, 2020
1 parent 3826f54 commit 63c527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function getContent()
Media::addJsDef([
'description_message' => $this->l('Description cannot be empty'),
'profile_id_message' => $this->l('Wrong profile ID'),
'profile_id_message_empty' => $this->l('Profile ID cannot be empty'),
'profile_id_message_empty' => addslashes($this->l('Profile ID cannot be empty')),
'payment_api' => Mollie\Config\Config::MOLLIE_PAYMENTS_API,
'ajaxUrl' => $this->context->link->getAdminLink('AdminMollieAjax'),
]);
Expand Down

0 comments on commit 63c527a

Please sign in to comment.