Skip to content

Commit

Permalink
link to integrations instead of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo committed May 19, 2023
1 parent 41df332 commit f4f8144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/admin/admin-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<?php
echo sprintf(
__('All settings below can be found at this location: <a href="%s" target="_blank">%s</a> after you have logged in.', 'woocommerce-gateway-mondido'),
'https://admin.mondido.com/en/settings',
'https://admin.mondido.com/en/settings'
'https://admin.mondido.com/en/integrations',
'https://admin.mondido.com/en/integrations'
);
?>
</p>
Expand Down

0 comments on commit f4f8144

Please sign in to comment.