graphdb-workbench-tests 2.3.0-TR4 → 2.3.0-TR6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -958,7 +958,8 @@
958
958
  "ontop.repo.successful.connection.msg": "Connection is successful",
959
959
  "ontop.repo.failed.to.connect": "Failed to connect",
960
960
  "ontop.repo.properties.label": "Additional Ontop/JDBC properties",
961
- "ontop.repo.properties.tooltip": "Allows to specify additional Ontop/JDBC properties",
961
+ "ontop.repo.properties.tooltip": "Allows to specify additional Ontop/JDBC in properties file format",
962
+ "ontop.repo.properties.configuration.link": "Ontop configuration properties",
962
963
  "ontop.repo.properties.placeholder": "# Ontop/JDBC properties in properties file format",
963
964
  "missing.required.field.error": "Missing required field",
964
965
  "restart.repo.check.tooltip": "Check to restart the repository and apply the changes.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.3.0-TR4",
3
+ "version": "2.3.0-TR6",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",