fix(#240): rename transcription column heading to "Text transkribieren"
"Text eintippen" sounded too casual and diverged from the domain language used elsewhere in the app. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit was merged in pull request #245.
This commit is contained in:
@@ -55,7 +55,7 @@ describe('MissionControlStrip', () => {
|
||||
});
|
||||
|
||||
await expect.element(page.getByText('Text markieren')).toBeInTheDocument();
|
||||
await expect.element(page.getByText('Text eintippen')).toBeInTheDocument();
|
||||
await expect.element(page.getByText('Text transkribieren')).toBeInTheDocument();
|
||||
await expect.element(page.getByText(/Lesefertig/)).toBeInTheDocument();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user