Skip to content

Commit 1b568f9

Browse files
committed
demotion notice copy tweak
1 parent 1cecbcc commit 1b568f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/pages/SiloImagesPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ const DemoteImageModal = ({
261261

262262
<Message
263263
variant="info"
264-
content="Once an image has been demoted it is only visible to the project that it is demoted into. This will not affect disks already created with the image."
264+
content="Once an image has been demoted it is only visible within the project that it is demoted into. This will not affect disks already created with the image."
265265
/>
266266

267267
<ComboboxField

test/e2e/images.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ test('can demote an image from silo', async ({ page }) => {
9898
await clickRowAction(page, 'arch-2022-06-01', 'Demote')
9999

100100
// Notice is visible
101-
await expect(page.getByText('only visible to the project')).toBeVisible()
101+
await expect(page.getByText('only visible within the project')).toBeVisible()
102102

103103
// Correct image is selected
104104
await expect(page.getByText('Demoting: arch-2022-06-01')).toBeVisible()

0 commit comments

Comments
 (0)