diff --git a/src/framework/visualisation/react/ui/pages/donation_page.tsx b/src/framework/visualisation/react/ui/pages/donation_page.tsx index 3eb3cf89..9563b4bc 100644 --- a/src/framework/visualisation/react/ui/pages/donation_page.tsx +++ b/src/framework/visualisation/react/ui/pages/donation_page.tsx @@ -66,6 +66,6 @@ function prepareCopy ({ header: { title }, locale }: Props): Copy { const forwardButtonLabel = (): Translatable => { return new TextBundle() .add('en', 'Skip') - .add('de', 'Überspringen') + .add('de', 'Überschlagen') .add('nl', 'Overslaan') }