Merge pull request #6879 from backstage/rugvip/register
catalog-plugin-react: clarified messaging around deleting entities from configured locations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Clarified messaging around configured locations in the `UnregisterEntityDialog`.
|
||||
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user