mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-12-21 15:59:48 +01:00
Add help text
This commit is contained in:
@@ -107,6 +107,7 @@ class GitConfigurationForm extends React.Component<Props, State> {
|
||||
<InputField
|
||||
name="defaultBranch"
|
||||
label={t("scm-git-plugin.config.defaultBranch")}
|
||||
helpText={t("scm-git-plugin.config.defaultBranchHelpText")}
|
||||
value={defaultBranch}
|
||||
onChange={this.onDefaultBranchChange}
|
||||
disabled={readOnly}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"nonFastForwardDisallowed": "Deaktiviere \"Non Fast-Forward\"",
|
||||
"nonFastForwardDisallowedHelpText": "Git Pushes ablehnen, die nicht \"fast-forward\" sind, wie \"--force\".",
|
||||
"defaultBranch": "Default Branch",
|
||||
"defaultBranchHelpText": "Dieser Name wird bei der Initialisierung neuer Git Repositories genutzt. Er hat keine weiteren Auswirkungen (insbesondere hat er keinen Einfluss auf den Branchnamen bei leeren Repositories).",
|
||||
"defaultBranchValidationError": "Dies ist kein valider Branchname",
|
||||
"disabled": "Deaktiviert",
|
||||
"disabledHelpText": "Aktiviere oder deaktiviere das Git Plugin",
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
"nonFastForwardDisallowed": "Disallow Non Fast-Forward",
|
||||
"nonFastForwardDisallowedHelpText": "Reject git pushes which are non fast-forward such as --force.",
|
||||
"defaultBranch": "Default Branch",
|
||||
"defaultBranchHelpText": "This name will be used for the initialization of new git repositories. It has no effect otherwise (especially this cannot change the initial branch name for empty repositories).",
|
||||
"defaultBranchValidationError": "This is not a valid branch name",
|
||||
"disabled": "Disabled",
|
||||
"disabledHelpText": "Enable or disable the Git plugin",
|
||||
|
||||
Reference in New Issue
Block a user