Skip to content

Commit

Permalink
Merge pull request #320 from OpenConext/bugfix/challenge-replacement
Browse files Browse the repository at this point in the history
Replace {} placeholders to %%
  • Loading branch information
parijke authored Jun 3, 2024
2 parents bdfcff4 + 57b2d0e commit b6f5d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion translations/messages+intl-icu.en_GB.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@
</trans-unit>
<trans-unit id="8e4a356a46fe95b04ae1cbb201b8d62e15670b2e" resname="ra.vetting.sms.challenge_body">
<source>ra.vetting.sms.challenge_body</source>
<target>Your code: {challenge}</target>
<target>Your code: %challenge%</target>
<jms:reference-file line="247">/src/../src/Surfnet/StepupRa/RaBundle/Service/VettingService.php</jms:reference-file>
</trans-unit>
<trans-unit id="6d55aa46fb97f555148f92291a878be8ed732361" resname="ra.vetting.sms.prove_possession.title.page">
Expand Down
2 changes: 1 addition & 1 deletion translations/messages+intl-icu.nl_NL.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@
</trans-unit>
<trans-unit id="8e4a356a46fe95b04ae1cbb201b8d62e15670b2e" resname="ra.vetting.sms.challenge_body">
<source>ra.vetting.sms.challenge_body</source>
<target>Je sms-code: {challenge}</target>
<target>Je sms-code: %challenge%</target>
<jms:reference-file line="247">/src/../src/Surfnet/StepupRa/RaBundle/Service/VettingService.php</jms:reference-file>
</trans-unit>
<trans-unit id="6d55aa46fb97f555148f92291a878be8ed732361" resname="ra.vetting.sms.prove_possession.title.page">
Expand Down

0 comments on commit b6f5d09

Please sign in to comment.