fix: update privacy copy from "your device/machine" to "your network"

This commit is contained in:
SnapOtter
2026-05-16 15:48:57 +08:00
parent 9b249a8662
commit 92b85d3506
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -586,7 +586,7 @@ test.describe("GUI Settings - Product Analytics Tab (deep)", () => {
await page.getByRole("button", { name: /product analytics/i }).click();
await expect(page.getByText(/share anonymous usage data/i)).toBeVisible();
await expect(page.getByText(/images never leave your machine/i)).toBeVisible();
await expect(page.getByText(/images never leave your network/i)).toBeVisible();
});
test("shows either consent toggle or admin-disabled message", async ({ loggedInPage: page }) => {