Fixes for project type (git, github, gogs etc.). Issue #162.
This commit is contained in:
parent
5c8a8c44c2
commit
f4ecb0e1e7
17 changed files with 63 additions and 63 deletions
|
|
@ -103,7 +103,7 @@ PHP Censor',
|
|||
'github' => 'GitHub',
|
||||
'bitbucket' => 'Bitbucket',
|
||||
'gitlab' => 'GitLab',
|
||||
'remote' => 'Remote URL',
|
||||
'git' => 'Git',
|
||||
'local' => 'Local Path',
|
||||
'hg' => 'Mercurial',
|
||||
'svn' => 'Subversion',
|
||||
|
|
@ -125,8 +125,8 @@ PHP Censor',
|
|||
'save_project' => 'Save Project',
|
||||
'environments_label' => 'Environments (yaml)',
|
||||
|
||||
'error_mercurial' => 'Mercurial repository URL must be start with http:// or https://',
|
||||
'error_remote' => 'Repository URL must be start with git://, http:// or https://',
|
||||
'error_hg' => 'Mercurial repository URL must be start with http:// or https://',
|
||||
'error_git' => 'Repository URL must be start with git://, http:// or https://',
|
||||
'error_gitlab' => 'GitLab Repository name must be in the format "user@domain.tld:owner/repo.git"',
|
||||
'error_github' => 'Repository name must be in the format "owner/repo"',
|
||||
'error_bitbucket' => 'Repository name must be in the format "owner/repo"',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue