ServerConfigChecks: Link 'trusted proxies list' not terminated properly #16798
Labels
Bug
A problem or regression with an existing feature
translation
ui
Issues relating to the user interface
Projects
Milestone
Describe the bug
The entire 'Servers' and 'Configuration' fieldsets are clickable due to not terminated link within one of the (hidden) messages.
https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/classes/Config/ServerConfigChecks.php#L178
The last
%sis included in the resulting text, but it should contain the 4th replacement. The%smust be$s.It seems like an easy fix in code. The big thing is... every translation file contains the same issue as above (which means a lot of work).
To Reproduce
Steps to reproduce the behavior:
(path-to-PMA)/setup/AuthenticationAuthentication type=configApplyWhen retrieving the Overview later, the message is hidden but the behavior is still the same.
Screenshots
Client/Server configuration
The text was updated successfully, but these errors were encountered: