mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
improve help
This commit is contained in:
@@ -151,8 +151,8 @@ Sonia.group.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
|||||||
createErrorMsgText: 'Group creation failed',
|
createErrorMsgText: 'Group creation failed',
|
||||||
|
|
||||||
// help
|
// help
|
||||||
nameHelpText: 'The unique name for the group.',
|
nameHelpText: 'The unique name for this group.',
|
||||||
descriptionHelpText: 'A short description for the group.',
|
descriptionHelpText: 'A short description of the group.',
|
||||||
membersHelpText: 'The usernames of the group members.',
|
membersHelpText: 'The usernames of the group members.',
|
||||||
|
|
||||||
memberStore: null,
|
memberStore: null,
|
||||||
|
|||||||
@@ -189,11 +189,11 @@ Sonia.repository.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
|||||||
createErrorMsgText: 'Repository creation failed',
|
createErrorMsgText: 'Repository creation failed',
|
||||||
|
|
||||||
// help
|
// help
|
||||||
nameHelpText: 'The name for the repository. This name would be part of the reository url.',
|
nameHelpText: 'The name of the repository. This name would be part of the reository url.',
|
||||||
typeHelpText: 'The type of the repository.',
|
typeHelpText: 'The type of the repository.',
|
||||||
contactHelpText: 'An e-mail address to contact an for the repository responsible person.',
|
contactHelpText: 'An e-mailaddress of the person who is in charge for this repository.',
|
||||||
descriptionHelpText: 'A short description for the repository.',
|
descriptionHelpText: 'A short description of the repository.',
|
||||||
publicHelpText: 'A public repository is readable by every person.',
|
publicHelpText: 'A public repository which is readable by every person.',
|
||||||
permissionHelpText: '... coming soon ...',
|
permissionHelpText: '... coming soon ...',
|
||||||
|
|
||||||
permissionStore: null,
|
permissionStore: null,
|
||||||
|
|||||||
@@ -162,10 +162,10 @@ Sonia.user.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
|
|||||||
passwordMinLengthText: 'Password must be at least 6 characters long',
|
passwordMinLengthText: 'Password must be at least 6 characters long',
|
||||||
|
|
||||||
// help
|
// help
|
||||||
usernameHelpText: 'The unique name for the user.',
|
usernameHelpText: 'The unique name of the user.',
|
||||||
displayNameHelpText: 'The display name for the user.',
|
displayNameHelpText: 'The display name of the user.',
|
||||||
mailHelpText: 'The email address for the user.',
|
mailHelpText: 'The email address of the user.',
|
||||||
passwordHelpText: 'The plain text password for the user.',
|
passwordHelpText: 'The plain text password of the user.',
|
||||||
passwordConfirmHelpText: 'Repeat the password for validation.',
|
passwordConfirmHelpText: 'Repeat the password for validation.',
|
||||||
adminHelpText: 'An administrator is able to create, modify and delete repositories, groups and users.',
|
adminHelpText: 'An administrator is able to create, modify and delete repositories, groups and users.',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user