Skip to content

Commit edfffec

Browse files
authored
Merge pull request #24 from inpsyde/dev/POS-541-naming
Revert link title to Zettle.com
2 parents 31aa51e + 6161807 commit edfffec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules.local/paypal-pos-settings/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
'paypal-pos.settings.wc-integration.link' => static function (C $container): callable {
172172
return static function (bool $loggedIn): array {
173173
$linkData = [
174-
'title' => esc_html__('paypal-pos.com', 'paypal-point-of-sale'),
174+
'title' => esc_html__('Zettle.com', 'paypal-point-of-sale'),
175175
'url' => esc_url_raw('https://zettle.com/'),
176176
'icon' => true,
177177
];

0 commit comments

Comments
 (0)