Skip to content

Commit

Permalink
System: post-merge string tweak and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Feb 13, 2025
1 parent 4585051 commit 5d819c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ v29.0.00
Changes With Important Notices

Security
System: added nonce and CSRF token handling to all POST forms

Tweaks & Additions
System: removed Date of Birth field from Public Registration when no minimum registration age is set
Expand Down
2 changes: 1 addition & 1 deletion src/View/Components/ReturnMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct()
'error7' => __('Your request failed because some required values were not unique.'),
'error8' => __('Your request failed because the link is invalid or has expired.'),
'error9' => __('Your request failed because your session authentication has expired. Please log out and log in again.'),
'error10' => __('Your request failed because you are trying to re-submit a form that has been submitted before. Please submit a new form.'),
'error10' => __('Your request failed because this form has already been submitted. Please avoid using the back button on your browser.'),

//Warnings
'warning0' => __('Your optional extra data failed to save.'),
Expand Down

0 comments on commit 5d819c8

Please sign in to comment.