Skip to content

Commit

Permalink
remove html from error state (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Oct 10, 2024
1 parent 2f855de commit b19c54d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/Installer/components/Modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,9 @@ const Modal = ( { pluginName, pluginSlug, pluginURL, pluginActivate } ) => {
className="nfd-installer-modal__content-error--icon"
icon={ info }
/>
{ sprintf(
__(
'Sorry, there was an error installing and activating the plugin. Please try again. If the problem persists, %1$scontact support%2$s.',
'wp-module-onboarding'
),
'<a href="' + window.NewfoldRuntime.adminUrl + 'admin.php?page=' + window.NewfoldRuntime.plugin.brand + '#/help">',
'</a>'
{ __(
'Sorry, there was an error installing and activating the plugin. Please try again. If the problem persists, contact support.',
'wp-module-onboarding'
) }
</div>
) }
Expand Down

0 comments on commit b19c54d

Please sign in to comment.