Skip to content

Commit

Permalink
Updated message displayed when deleting an app (#10263)
Browse files Browse the repository at this point in the history
Co-authored-by: Will McVay <[email protected]>
  • Loading branch information
plittlewood-rpt and willmcvay authored Nov 30, 2023
1 parent ec3ca8d commit 07504ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/developer-portal/src/components/apps/page/helper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ export const Helper: FC = () => {
</BodyText>
) : deletionProtection ? (
<BodyText>
&lsquo;{name}&rsquo; has been set to&lsquo;delete protected&rsquo; to avoid accidental data loss. If you
really want to delete the app, visit <Link to={`${Routes.APPS}/${id}/edit/app-listing`}>this page </Link>,
&lsquo;{name}&rsquo; has deletion protection enabled to avoid accidental data loss. If you
really want to delete the app, visit <Link to={`${Routes.APPS}/${id}/edit/app-listing`}>this page</Link>,
uncheck the delete protection checkbox and save the revision.
</BodyText>
) : (
Expand Down

0 comments on commit 07504ec

Please sign in to comment.