diff --git a/src/Event/EventType/Obrok/EventTypeObrok.php b/src/Event/EventType/Obrok/EventTypeObrok.php index 069867a6..bb5a9cb8 100755 --- a/src/Event/EventType/Obrok/EventTypeObrok.php +++ b/src/Event/EventType/Obrok/EventTypeObrok.php @@ -89,7 +89,6 @@ public function getContentArbiterGuest(): ContentArbiterGuest $ca->languages = true; return $ca; - } /** diff --git a/src/Import/ImportSrs.php b/src/Import/ImportSrs.php index e4d0854a..5f09cca3 100644 --- a/src/Import/ImportSrs.php +++ b/src/Import/ImportSrs.php @@ -149,7 +149,7 @@ private function mapDataIntoNewIst(array $data, Event $event, ?User $existingUse default => false, }; $participant = null; - if ($existingUser == null) { + if ($existingUser === null) { $existingUser = $this->userService->createSkautisUser( $event, (int)$skautisUserId, diff --git a/src/Templates/cs.yaml b/src/Templates/cs.yaml index 38cea74a..46c4c6ca 100755 --- a/src/Templates/cs.yaml +++ b/src/Templates/cs.yaml @@ -363,7 +363,7 @@ dashboard-admin: emailFrom: "Email prodávajícího zaplaceného účastníka" emailTo: "Email kupujícího účastníka" editParticipant: "Editovat údaje" - cancelParticipant: "Účastník nedorazí :(" + cancelParticipant: "Označit účastníka že nedorazí" changeNotice: "Upravit" import-file: "Import SRS souboru pro IST" import-submit: "Start importu" diff --git a/src/Templates/en.yaml b/src/Templates/en.yaml index b2dbce8f..e2999b1c 100755 --- a/src/Templates/en.yaml +++ b/src/Templates/en.yaml @@ -363,7 +363,7 @@ dashboard-admin: emailFrom: "Selling paid participant email" emailTo: "Buying participant email" editParticipant: "Edit details" - cancelParticipant: "Participant is not going :(" + cancelParticipant: "Mark participant as not going" changeNotice: "Edit" import-file: "Import SRS for IST file" import-submit: "Start import" diff --git a/src/Templates/sk.yaml b/src/Templates/sk.yaml index e4905298..9e51a300 100755 --- a/src/Templates/sk.yaml +++ b/src/Templates/sk.yaml @@ -363,7 +363,7 @@ dashboard-admin: emailFrom: "Email prodávajícího zaplaceného účastníka" emailTo: "Email kupujícího účastníka" editParticipant: "Editovat údaje" - cancelParticipant: "Účastník nedorazí :(" + cancelParticipant: "Označit účastníka že nedorazí" changeNotice: "Upravit" import-file: "Import SRS souboru pro IST" import-submit: "Start importu"