From 40da16c451c529b92fd3fccc7274681d88afc45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Mon, 25 Feb 2019 11:41:00 +0100 Subject: [PATCH] Clarify permission texts --- .../src/main/resources/locales/de/plugins.json | 6 +++--- .../src/main/resources/locales/en/plugins.json | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/scm-webapp/src/main/resources/locales/de/plugins.json b/scm-webapp/src/main/resources/locales/de/plugins.json index def3d0b093..8c2015a0e8 100644 --- a/scm-webapp/src/main/resources/locales/de/plugins.json +++ b/scm-webapp/src/main/resources/locales/de/plugins.json @@ -55,15 +55,15 @@ "verbs": { "repository": { "read": { - "displayName": "Lesen", + "displayName": "Repository Lesen", "description": "Darf das Repository im SCM-Manager sehen." }, "modify": { - "displayName": "Modifizieren", + "displayName": "Repository Modifizieren", "description": "Darf die Eigenschaften des Repository verändern." }, "delete": { - "displayName": "Löschen", + "displayName": "Repository Löschen", "description": "Darf das Repository löschen." }, "pull": { diff --git a/scm-webapp/src/main/resources/locales/en/plugins.json b/scm-webapp/src/main/resources/locales/en/plugins.json index bf771def44..03eb06e597 100644 --- a/scm-webapp/src/main/resources/locales/en/plugins.json +++ b/scm-webapp/src/main/resources/locales/en/plugins.json @@ -55,23 +55,23 @@ "verbs": { "repository": { "read": { - "displayName": "read", + "displayName": "read repository", "description": "May see the repository inside the SCM-Manager" }, "modify": { - "displayName": "modify", - "description": "May modify the properties of the repository" + "displayName": "modify repository metadata", + "description": "May modify the basic properties of the repository" }, "delete": { - "displayName": "delete", + "displayName": "delete repository", "description": "May delete the repository" }, "pull": { - "displayName": "pull/checkout", + "displayName": "pull/checkout repository", "description": "May pull/checkout the repository" }, "push": { - "displayName": "push/commit", + "displayName": "push/commit repository", "description": "May change the content of the repository (push/commit)" }, "permissionRead": { @@ -83,7 +83,7 @@ "description": "May modify the permissions of the repository" }, "*": { - "displayName": "overall", + "displayName": "own repository", "description": "May change everything for the repository (includes all other permissions)" } }