Skip to content

Revert "Update german paybutton label kaufen"#3865

Open
ScottiBR wants to merge 1 commit intomainfrom
revert-3863-fix/update-german-paybutton-label
Open

Revert "Update german paybutton label kaufen"#3865
ScottiBR wants to merge 1 commit intomainfrom
revert-3863-fix/update-german-paybutton-label

Conversation

@ScottiBR
Copy link
Contributor

Reverts #3863

@ScottiBR ScottiBR requested a review from a team as a code owner March 12, 2026 13:55
@ScottiBR ScottiBR requested a review from johnayeni March 12, 2026 13:55
@changeset-bot
Copy link

changeset-bot bot commented Mar 12, 2026

⚠️ No Changeset found

Latest commit: 657c97a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Mar 12, 2026

Deploy Preview for adyen-web ready!

Name Link
🔨 Latest commit 657c97a
🔍 Latest deploy log https://app.netlify.com/projects/adyen-web/deploys/69b2c5d63405e20008ed1bf0
😎 Deploy Preview https://deploy-preview-3865.checkout-web-dev.adyen.com
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a revert of a prior change that modified a German translation string. Specifically, it restores the original wording for a payment button label, ensuring consistency with the intended terminology.

Highlights

  • Revert Translation Change: Reverted a previous update to the German pay button label, changing 'kaufen' back to 'zahlen' for the payButton.with translation key.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • packages/server/translations/de-DE.json
    • Reverted the payButton.with translation key from using 'kaufen' to 'zahlen'.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions
Copy link
Contributor

Strict TypeScript Scan Results

Total: 3616 errors (baseline: 3616) | ✅ Pass

Per-code breakdown (36 codes)
Error Code PR Baseline Delta
TS7006 587 587 ✅ 0
TS2322 537 537 ✅ 0
TS7017 485 485 ✅ 0
TS7005 426 426 ✅ 0
TS2345 337 337 ✅ 0
TS18048 325 325 ✅ 0
TS7031 243 243 ✅ 0
TS7053 107 107 ✅ 0
TS2532 85 85 ✅ 0
TS2722 73 73 ✅ 0
TS2417 67 67 ✅ 0
TS2339 61 61 ✅ 0
TS18047 55 55 ✅ 0
TS7034 55 55 ✅ 0
TS7008 42 42 ✅ 0
TS2769 22 22 ✅ 0
TS2416 21 21 ✅ 0
TS2531 12 12 ✅ 0
TS2454 9 9 ✅ 0
TS2790 9 9 ✅ 0
TS18046 8 8 ✅ 0
TS2538 7 7 ✅ 0
TS7009 6 6 ✅ 0
TS7015 6 6 ✅ 0
TS7019 6 6 ✅ 0
TS2366 5 5 ✅ 0
TS2349 4 4 ✅ 0
TS2352 3 3 ✅ 0
TS2783 3 3 ✅ 0
TS2464 2 2 ✅ 0
TS2488 2 2 ✅ 0
TS2721 2 2 ✅ 0
TS18049 1 1 ✅ 0
TS2419 1 1 ✅ 0
TS2430 1 1 ✅ 0
TS7023 1 1 ✅ 0

Last updated: 2026-03-12 13:56:42 UTC

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request reverts a change to a German translation key, changing the verb from 'kaufen' (to buy) back to 'zahlen' (to pay). My review points out that this re-introduces a linguistic inconsistency with another related translation key, which could affect user experience. I've recommended aligning these terms for better clarity.

"payButton": "Kaufen",
"payButton.redirecting": "Umleiten…",
"payButton.with": "%{value} mit %{maskedData} kaufen",
"payButton.with": "%{value} mit %{maskedData} zahlen",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change to 'zahlen' (to pay) introduces a linguistic inconsistency with the payButton label ('Kaufen' - to buy) on line 2. The main call to action is 'Buy', while the more specific action becomes 'Pay with...'. For a better user experience, these labels should be consistent, as they are in the English translations which use 'Pay' for both. Please consider aligning these terms, for example by changing payButton to 'Bezahlen' in a follow-up.

@github-actions
Copy link
Contributor

size-limit report 📦

Path Size
UMD 116.09 KB (0%)
Auto 122.7 KB (0%)
ESM - Core 26.17 KB (0%)
ESM - Core + Card 66.08 KB (0%)
ESM - Core + Dropin with Card 72.79 KB (0%)

@sponglord
Copy link
Contributor

@ScottiBR you haven't explained why we are reverting this. (Presumably so we can handle it with 2 different keys like mobile do? i.e depending on whether there is an amount or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants