graphdb-workbench-tests 2.4.0-TR3 → 2.4.0-TR4

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.
@@ -427,6 +427,8 @@
427
427
  "security.workbench.settings.theme.onto-original-theme": "Ontotext original theme",
428
428
  "security.workbench.settings.theme.validation.missing-fields": "Color theme validation error. Check browser log for more details!",
429
429
  "security.user.role": "User role",
430
+ "security.user.custom_role": "Custom roles",
431
+ "security.user.add.custom_role.msg": "Add custom role...",
430
432
  "security.user.label": "User",
431
433
  "security.repo.manager.label": "Repository manager",
432
434
  "security.admin.label": "Administrator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.4.0-TR3",
3
+ "version": "2.4.0-TR4",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",