|
@@ -485,7 +485,7 @@ export default function IntegrationsRedirect() {
|
|
|
|
|
|
|
|
toast({
|
|
toast({
|
|
|
title: t('integrations.oauth.shopConnected', 'Shop Connected'),
|
|
title: t('integrations.oauth.shopConnected', 'Shop Connected'),
|
|
|
- description: t('integrations.oauth.shopConnectedDescription', { shopName: pendingInstall.shopname }),
|
|
|
|
|
|
|
+ description: t('integrations.oauth.shopConnectedDescription', 'Successfully connected {{shopName}}', { shopName: pendingInstall.shopname }),
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
// Redirect to webshops page
|
|
// Redirect to webshops page
|