Skip to content

Commit

Permalink
PT-12040 - Rename installments settings tab
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Sep 14, 2020
1 parent 01cae40 commit 96f7a34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[en_GB]
title = "PayPal installments integration"
title = "PayPal installments"
description = "Offer PayPal installments with 0% effective annual interest rate to your customers. Find out <a href="https://www.paypal.com/de/webapps/mpp/installments#A9" title="https://www.paypal.com/de/webapps/mpp/installments#A9" target="_blank">more here</a>."
field/advertiseInstallments = "Installments banner"
field/advertiseInstallments/boxLabel= "Enable to advertise installments via PayPal. Works only with a Live Client-ID."

[de_DE]
title = "PayPal Ratenzahlung Integration"
title = "PayPal Ratenzahlung"
description = "Bieten Sie Ihren Kunden PayPal Ratenzahlung mit 0% effektiven Jahreszins an. Erfahren Sie <a href="https://www.paypal.com/de/webapps/mpp/installments#A9" title="https://www.paypal.com/de/webapps/mpp/installments#A9" target="_blank">hier mehr</a>."
field/advertiseInstallments = "Ratenzahlung Banner"
field/advertiseInstallments/boxLabel= "Aktivieren, um Ratenzahlung via PayPal zu bewerben. Funktioniert nur mit einer Live-Client-ID."
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Ext.define('Shopware.apps.PaypalUnifiedSettings.view.tabs.Installments', {
extend: 'Ext.form.Panel',
alias: 'widget.paypal-unified-settings-tabs-installments',
title: '{s name=title}PayPal installments integration{/s}',
title: '{s name=title}PayPal installments{/s}',

anchor: '100%',
bodyPadding: 10,
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/frontend/checkout/cart.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{extends file='parent:frontend/checkout/cart.tpl'}

{* PayPal installments integration *}
{* PayPal installments banner *}
{block name='frontend_checkout_cart_premium'}
{block name='frontend_checkout_cart_premium_paypal_unified_installments_banner'}
{include file='frontend/paypal_unified/installments/banner/cart.tpl'}
Expand Down

0 comments on commit 96f7a34

Please sign in to comment.