更改付款文本和徽标Opencart 2.2.0.0

i need help in modify text of payment option in the fifth step of the checkout on my opencart ecommerce. For example i want change the '' Paypal '' text to '' Paypal - credit card '' but if i only change a letter in the original file ( pp_standard.php ) when i arrive at step 5 in checkout i get a popup with '' error undefined ''. The same thing happens with other payment method. Here is the code of modified and not working pp_standard.php

<!--?php
// Text$_['text_title']             = 'PayPal - Carta di credito';
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body>

  </body>
</html>

If it's possible i'd like to put a payment logo near the text. The file is located at catalog/language/mylanguage/payment. Thanks to all!