💬(frontend) change add mail domain text

- update translations and tests
This commit is contained in:
daproclaima
2024-09-06 22:56:36 +02:00
committed by Sebastien Nobour
parent 874ce18134
commit bd6cd59df6
7 changed files with 12 additions and 15 deletions

View File

@@ -56,7 +56,7 @@ test.describe('Config', () => {
await expect(
page.getByRole('button', {
name: 'Add your mail domain',
name: 'Add a mail domain',
}),
).toBeVisible();
});