Change "Google Shopping" to "Google Ads" and update Google Ads logo (https://github.com/woocommerce/woocommerce-admin/pull/4007)
This commit is contained in:
parent
0e5cfb23c0
commit
0f18d6a326
|
@ -346,10 +346,7 @@ class BusinessDetails extends Component {
|
|||
},
|
||||
{
|
||||
slug: 'kliken-marketing-for-google',
|
||||
title: __(
|
||||
'Drive sales with Google Shopping',
|
||||
'woocommerce-admin'
|
||||
),
|
||||
title: __( 'Drive sales with Google Ads', 'woocommerce-admin' ),
|
||||
icon: 'onboarding/g-shopping.png',
|
||||
description: __(
|
||||
'Get in front of new customers on Google and secure $150 in ads credit with Kliken’s integration.',
|
||||
|
|
|
@ -207,6 +207,7 @@
|
|||
box-sizing: unset;
|
||||
max-width: 100px;
|
||||
max-height: 50%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -41,5 +41,5 @@ export const pluginNames = {
|
|||
'WooCommerce ShipStation Gateway',
|
||||
'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 |
Loading…
Reference in New Issue