unify project name across translations

This commit is contained in:
Aine
2024-11-19 15:16:43 +02:00
parent befcd15298
commit 2e8e5e73bc
7 changed files with 7 additions and 7 deletions

View File

@@ -7,6 +7,6 @@ import App from "./App";
describe("App", () => {
it("renders", async () => {
render(<App />);
await screen.findAllByText("Welcome to Synapse-admin");
await screen.findAllByText("Welcome to Synapse Admin");
});
});