Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIsaac Bennetch <bennetch@gmail.com>2021-01-15 22:37:23 +0300
committerIsaac Bennetch <bennetch@gmail.com>2022-01-10 19:09:13 +0300
commit6877d3fbc4b77e791b63fa9464098aac5d49765a (patch)
tree8c66b05acc5e388ee3d29e731f0c43d0392337f1 /doc
parent3132ce861c84d99fd4f747a299d745fcdeafc102 (diff)
Fix typo in FAQ
See https://hosted.weblate.org/translate/phpmyadmin/documentation/en/?checksum=2de310b5eeadd8b5#comments Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index 8accbc1816..57b96614c5 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -1531,7 +1531,7 @@ create the example tables:
To setup appropriate links and display information:
* on table "REL\_persons" click Structure, then Relation view
-* for "town\_code", choose from dropdowns, "mydb", "REL\_towns", "code"
+* for "town\_code", choose from dropdowns, "mydb", "REL\_towns", "town\_code"
for foreign database, table and column respectively
* for "country\_code", choose from dropdowns, "mydb", "REL\_countries",
"country\_code" for foreign database, table and column respectively