diff --git a/docs/modules/ROOT/pages/neo4j-arc/i18n.adoc b/docs/modules/ROOT/pages/neo4j-arc/i18n.adoc index 0d3b687f0ee..a98797cd745 100644 --- a/docs/modules/ROOT/pages/neo4j-arc/i18n.adoc +++ b/docs/modules/ROOT/pages/neo4j-arc/i18n.adoc @@ -1,13 +1,13 @@ :description: This section describes how i18n is implemented in neo4j-arc and how to use it [[neo4j-arc-i18n]] -= Neo4J Arc Internationalization += Internationalization Default displaed text is in English if left un-translated -== How to Enable i18n in neo4j-ard +== How to Enable i18n in neo4j-arc -=== Intalling react-i18next[https://qubitpi.gitbook.io/react-i18next/] +=== Intalling https://qubitpi.gitbook.io/react-i18next/[react-i18next] [source,javascript] ---- diff --git a/src/neo4j-arc/package.json b/src/neo4j-arc/package.json index 6ea6dcb4b12..6e6207ed8ee 100644 --- a/src/neo4j-arc/package.json +++ b/src/neo4j-arc/package.json @@ -1,6 +1,6 @@ { "name": "neo4j-devtools-arc", - "version": "0.0.64", + "version": "0.0.65", "main": "dist/neo4j-arc.js", "author": "Neo4j Inc.", "license": "GPL-3.0",