Commit a36d09dd authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] Fixing Node List default name

parent 03d92d24
...@@ -257,7 +257,7 @@ translateFR = case _ of ...@@ -257,7 +257,7 @@ translateFR = case _ of
Node -> "Nœud" Node -> "Nœud"
Context -> "ConTexte" Context -> "ConTexte"
NodeContact -> "Contact" NodeContact -> "Contact"
NodeList -> "Liste" NodeList -> "Terms"
NodeUser -> "Utilisateur" NodeUser -> "Utilisateur"
Nodes -> "Nœuds" Nodes -> "Nœuds"
Phylo -> "Phylo" Phylo -> "Phylo"
...@@ -288,7 +288,7 @@ translateEN = case _ of ...@@ -288,7 +288,7 @@ translateEN = case _ of
Node -> "Node" Node -> "Node"
Context -> "Context" Context -> "Context"
NodeContact -> "Contact" NodeContact -> "Contact"
NodeList -> "List" NodeList -> "Terms"
NodeUser -> "User" NodeUser -> "User"
Nodes -> "Nodes" Nodes -> "Nodes"
Phylo -> "Phylo" Phylo -> "Phylo"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment