Skip to content

Commit

Permalink
changed minor texting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lung committed Jan 31, 2024
1 parent 555cfb6 commit e07e129
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/Entry/EntryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public function __construct(

public function entry(string $entryCode, Request $request, Response $response): Response
{
// TODO solve code ABCDEFGH - default code for DB - block or generate better data in DB
$participant = $this->participantRepository->findOneByEntryCode($entryCode);
if ($participant === null) {
return $this->getResponseWithJson(
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/cs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ receipt:
IČO: 00409430
"
acceptPaymentEvent: "Potvrzujeme přijetí platby na akci %eventReadableName% s datem konání %eventDates%."
acceptPaymentParticipant: "Přijato za osobu účastnící se akce %participantFullName% bydlištěm %participantFullAddress%."
acceptPaymentParticipant: "Přijato za osobu účastnící se akce: %participantFullName%, bydlištěm %participantFullAddress%."
acceptPaymentMoreParticipant: "Další osoby účastnící se akce, za které bylo zaplaceno: %allOtherParticipants%"
acceptPaymentPayment: "
Platba byla přijata ve výši %paymentAmount% %paymentCurrency%
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ receipt:
IČO: 00409430
"
acceptPaymentEvent: "We confirm the acceptance of payment for the event %eventReadableName% with date %eventDates%."
acceptPaymentParticipant: "Accepted for participant %participantFullName% with address %participantFullAddress%."
acceptPaymentParticipant: "Accepted for participant: %participantFullName%, with address %participantFullAddress%."
acceptPaymentMoreParticipant: "Other participants of the event for which the payment was made: %allOtherParticipants%"
acceptPaymentPayment: "
Payment was accepted in the amount of %paymentAmount% %paymentCurrency%
Expand Down
2 changes: 1 addition & 1 deletion src/Templates/sk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ receipt:
IČO: 00409430
"
acceptPaymentEvent: "Potvrzujeme přijetí platby na akci %eventReadableName% s datem konání %eventDates%."
acceptPaymentParticipant: "Přijato za osobu účastnící se akce %participantFullName% bydlištěm %participantFullAddress%."
acceptPaymentParticipant: "Přijato za osobu účastnící se akce: %participantFullName%, bydlištěm %participantFullAddress%."
acceptPaymentMoreParticipant: "Další osoby účastnící se akce, za které bylo zaplaceno: %allOtherParticipants%"
acceptPaymentPayment: "
Platba byla přijata ve výši %paymentAmount% %paymentCurrency%
Expand Down

0 comments on commit e07e129

Please sign in to comment.