Skip to content

Commit

Permalink
fix translations
Browse files Browse the repository at this point in the history
  • Loading branch information
manikantakailasa committed Jul 19, 2024
1 parent 72db436 commit 879582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SalesChannel.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function SalesChannel(props) {
) : null}
id={ecomdashStatus.data.isInstalled ? "manage-ecomdash" : "install-ecomdash"}
>
{ecomdashStatus.data.isInstalled ? (ecomdashLoading ? <><Spinner /> __("Loading...", "wp-module-ecommerce") </> : ecomdashSetupStatus ? __("Get Started Now", "wp-module-ecommerce") : __("Go to Ecomdash", "wp-module-ecommerce")) : __("Install Now", "wp-module-ecommerce")}
{ecomdashStatus.data.isInstalled ? (ecomdashLoading ? <><Spinner /> {__("Loading...", "wp-module-ecommerce")} </> : ecomdashSetupStatus ? __("Get Started Now", "wp-module-ecommerce") : __("Go to Ecomdash", "wp-module-ecommerce")) : __("Install Now", "wp-module-ecommerce")}
</Button>
</div>
<Ecomdash className="nfd-flex-none nfd-self-start" />
Expand Down

0 comments on commit 879582c

Please sign in to comment.