catalog-plugin-react: clarified messaging around deleting entities from configured locations

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-08-18 18:48:46 +02:00
parent 557faeb7e1
commit 3bc009287c
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"