Change "Google Shopping" to "Google Ads" and update Google Ads logo (https://github.com/woocommerce/woocommerce-admin/pull/4007)

This commit is contained in:
Matt Sherman 2020-03-27 13:18:27 -04:00 committed by GitHub
parent 0e5cfb23c0
commit 0f18d6a326
4 changed files with 3 additions and 5 deletions

View File

@ -346,10 +346,7 @@ class BusinessDetails extends Component {
}, },
{ {
slug: 'kliken-marketing-for-google', slug: 'kliken-marketing-for-google',
title: __( title: __( 'Drive sales with Google Ads', 'woocommerce-admin' ),
'Drive sales with Google Shopping',
'woocommerce-admin'
),
icon: 'onboarding/g-shopping.png', icon: 'onboarding/g-shopping.png',
description: __( description: __(
'Get in front of new customers on Google and secure $150 in ads credit with Klikens integration.', 'Get in front of new customers on Google and secure $150 in ads credit with Klikens integration.',

View File

@ -207,6 +207,7 @@
box-sizing: unset; box-sizing: unset;
max-width: 100px; max-width: 100px;
max-height: 50%; max-height: 50%;
vertical-align: middle;
} }
} }

View File

@ -41,5 +41,5 @@ export const pluginNames = {
'WooCommerce ShipStation Gateway', 'WooCommerce ShipStation Gateway',
'woocommerce-admin' 'woocommerce-admin'
), ),
'kliken-marketing-for-google': __( 'Google Shopping', 'woocommerce-admin' ), 'kliken-marketing-for-google': __( 'Google Ads', 'woocommerce-admin' ),
}; };

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB