fix(i18n): align quoteResponse.changeWithin DE placeholder with call site
The German string used `{{minutes}}` while the call site at
QuoteResponsePage.tsx:300 passes `{ at: <localized time> }`, matching
the English string's `{{at}}`. Result on the public quote page when
the customer had already responded: the literal text "{{minutes}}"
rendered instead of the unlock time.
Switched the German wording to match the English semantics
("until X:XX") since the underlying value is an absolute time, not a
minutes-remaining count — the previous DE wording was also wrong about
WHAT the variable meant.
This commit is contained in:
@@ -3798,7 +3798,7 @@
|
||||
"acceptedLocked": "Dieses Angebot wurde bereits angenommen.",
|
||||
"declinedLocked": "Dieses Angebot wurde abgelehnt.",
|
||||
"cannotRespond": "Es ist nicht mehr möglich, auf dieses Angebot zu antworten.",
|
||||
"changeWithin": "Sie können Ihre Antwort innerhalb von {{minutes}} Minuten ändern.",
|
||||
"changeWithin": "Sie können Ihre Antwort bis {{at}} ändern.",
|
||||
"intro": "Vielen Dank für Ihre Anfrage. Bitte prüfen Sie das folgende Angebot und antworten Sie unten.",
|
||||
"accept": "Angebot annehmen",
|
||||
"decline": "Angebot ablehnen"
|
||||
|
||||
Reference in New Issue
Block a user