Merge pull request #6879 from backstage/rugvip/register

catalog-plugin-react: clarified messaging around deleting entities from configured locations
This commit is contained in:
Patrik Oldsberg
2021-08-18 20:12:24 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Clarified messaging around configured locations in the `UnregisterEntityDialog`.
@@ -155,8 +155,8 @@ const Contents = ({
return (
<>
<DialogContentText>
This entity does not seem to originate from a location. You therefore
only have the option to delete it outright from the catalog.
This entity does not seem to originate from a registered location. You
therefore only have the option to delete it outright from the catalog.
</DialogContentText>
<Button
variant="contained"