fix: address code review - add aria-label to jump link, localize optional text, add LANG_optional key

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/7c776773-fa8f-4f5d-afec-ff62cf7b2bba

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-04 20:35:59 +00:00 committed by GitHub
parent e30c6ac25d
commit ade2aabdf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -32,6 +32,7 @@ define('LANG_message', "Message");
define('LANG_email_must_be_filled_out', "The email address must be filled out.");
define('LANG_subject_must_be_filled_out', "The subject must be filled out.");
define('LANG_message_must_be_filled_out', "The message must be filled out.");
define('LANG_optional', "optional");
define('LANG_send', "Send");
define('LANG_error', "Error");
define('LANG_info', "Info");