Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: Tamás András Horváth <[email protected]>
  • Loading branch information
icetee committed May 27, 2023
1 parent b60ff73 commit 976c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/src/InputFilter/ForgotAccountFirstCheckFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function init()
]),
new Validator\Callback([
'messages' => [
Validator\Callback::INVALID_VALUE => 'Csak az adatkezelési tájékoztató tudomásulvétele utána tudjuk fogadni az űrlapot',
Validator\Callback::INVALID_VALUE => 'Csak az adatkezelési tájékoztató tudomásulvétele után tudjuk fogadni az űrlapot',
Validator\Callback::INVALID_CALLBACK => 'Ismeretlen hiba',
],
'callback' => function ($value) {
Expand Down

0 comments on commit 976c2a7

Please sign in to comment.