Skip to content

Conversation

@bluikko
Copy link
Contributor

@bluikko bluikko commented Aug 27, 2025

[BF] Typos, capitalization, language small fixes - fixes #938

Fix several typos in settings help text. Use the correct capitalization.

In addition to the above, I have:

  • ensure unit tests all run without error
  • ran pslam and corrected any static analysis issues
  • ensured all relevant template output is escaped to avoid XSS attached with <?= $t->ee( $data ) ?> or equivalent.
  • ensured appropriate checks against user privilege / resources accessed
  • API calls (particular for add/edit/delete/toggle) are not implemented with GET and use CSRF tokens to avoid CSRF attacks

(none checked above since only help text string values are changed)

@barryo barryo merged commit ed795f2 into inex:main Aug 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Several typos in ixp_fe_settings.php help text

2 participants