From 8707ff2dbaaf5abda4ba63f86a40dfca8bac9779 Mon Sep 17 00:00:00 2001 From: Matt Harrison Date: Sun, 19 Oct 2025 09:44:31 -0400 Subject: [PATCH] Update documentation of NavigationTreeDefaultTabTable to not specify local language. The current code allows the English words only and not localized words. https://github.com/phpmyadmin/phpmyadmin/blob/9eb9df6846cc0805ebc62fd615784f11d4a29293/src/Config/Settings.php#L3916-L3950 Fixes #19888 Signed-off-by: Matt Harrison --- docs/config.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index c1bf54ea16..c2875fa53b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -2347,8 +2347,7 @@ Navigation panel setup :default: ``'structure'`` Defines the tab displayed by default when clicking the small icon next - to each table name in the navigation panel. The possible values are the - localized equivalent of: + to each table name in the navigation panel. The possible values are: * ``structure`` * ``sql`` @@ -2362,8 +2361,7 @@ Navigation panel setup :default: null Defines the tab displayed by default when clicking the second small icon next - to each table name in the navigation panel. The possible values are the - localized equivalent of: + to each table name in the navigation panel. The possible values are: * ``(empty)`` * ``structure``