Skip to content

Commit 8707ff2

Browse files
matt-hibennetch
authored andcommitted
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 <matt@harrison.us.com>
1 parent 1338c21 commit 8707ff2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/config.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2347,8 +2347,7 @@ Navigation panel setup
23472347
:default: ``'structure'``
23482348

23492349
Defines the tab displayed by default when clicking the small icon next
2350-
to each table name in the navigation panel. The possible values are the
2351-
localized equivalent of:
2350+
to each table name in the navigation panel. The possible values are:
23522351

23532352
* ``structure``
23542353
* ``sql``
@@ -2362,8 +2361,7 @@ Navigation panel setup
23622361
:default: null
23632362

23642363
Defines the tab displayed by default when clicking the second small icon next
2365-
to each table name in the navigation panel. The possible values are the
2366-
localized equivalent of:
2364+
to each table name in the navigation panel. The possible values are:
23672365

23682366
* ``(empty)``
23692367
* ``structure``

0 commit comments

Comments
 (0)