mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Fix case
This commit is contained in:
@@ -58,7 +58,7 @@
|
|||||||
"verbs": {
|
"verbs": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"git": {
|
"git": {
|
||||||
"displayName": "Configure Git",
|
"displayName": "configure Git",
|
||||||
"description": "May change the git configuration for this repository"
|
"description": "May change the git configuration for this repository"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
"verbs": {
|
"verbs": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"hg": {
|
"hg": {
|
||||||
"displayName": "Configure Mercurial",
|
"displayName": "configure Mercurial",
|
||||||
"description": "May change the Mercurial configuration for this repository"
|
"description": "May change the Mercurial configuration for this repository"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
"verbs": {
|
"verbs": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"svn": {
|
"svn": {
|
||||||
"displayName": "Configure Subversion",
|
"displayName": "configure Subversion",
|
||||||
"description": "May change the Subversion configuration for this repository"
|
"description": "May change the Subversion configuration for this repository"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user