add help for configuration and repositories

This commit is contained in:
Maren Süwer
2018-10-02 10:59:44 +02:00
parent 980f8f58e0
commit 2ff2c12af0
10 changed files with 57 additions and 7 deletions

View File

@@ -106,6 +106,7 @@ class GroupForm extends React.Component<Props, State> {
buttonLabel={t("add-member-button.label")}
fieldLabel={t("add-member-textfield.label")}
errorMessage={t("add-member-textfield.error")}
helpText={t("group-form.help.membersHelpText")}
/>
<SubmitButton
disabled={!this.isValid()}