Skip to content

Commit

Permalink
Update donation_page.tsx
Browse files Browse the repository at this point in the history
Adjust German translation
  • Loading branch information
AdrienneMendrik authored Jun 18, 2024
1 parent 65bd17b commit e4868d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

0 comments on commit e4868d4

Please sign in to comment.