Skip to content

Commit

Permalink
Change to install when plugin is not activated
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Mar 6, 2024
1 parent ca69a9b commit e2259cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => '0ac9c008f0917a11427d');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'wp-api-fetch', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-url'), 'version' => 'c72d2dfba3252c7018a4');
2 changes: 1 addition & 1 deletion src/components/Paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const Paypal = ({ notify }) => {
"min-[360px]:nfd-m-0"
)}
>
{__("Connect", "wp-module-ecommerce")}
{__("Install", "wp-module-ecommerce")}
</Button>
)}
</div>
Expand Down

0 comments on commit e2259cf

Please sign in to comment.