+ { __(
+ 'Hold on while we get things setup for you!',
+ 'wp-module-installer'
+ ) }
+
+
+ { pluginStatus === 'installing' && (
+ <>
+
+ { sprintf(
+ /* translators: %s: Plugin Name */
+ __(
+ 'Activating the %s',
+ 'wp-module-onboarding'
+ ),
+ pluginName
+ ) }
+
+
+ >
+ ) }
+ { pluginStatus === 'failed' && (
+
+
+
{ errorMessage }
+
+ ) }
+