move helper from description to heading of proxy exclude

This commit is contained in:
Maren Süwer
2018-10-05 08:19:22 +02:00
parent 23869bc33a
commit c945b9e477
2 changed files with 1 additions and 1 deletions

View File

@@ -86,7 +86,6 @@ class ProxySettings extends React.Component<Props> {
buttonLabel={t("proxy-settings.add-proxy-exclude-button")}
fieldLabel={t("proxy-settings.add-proxy-exclude-textfield")}
errorMessage={t("proxy-settings.add-proxy-exclude-error")}
helpText={t("help.proxyExcludesHelpText")}
/>
</div>
);

View File

@@ -22,6 +22,7 @@ class ProxyExcludesTable extends React.Component<Props, State> {
removeLabel={t("proxy-settings.remove-proxy-exclude-button")}
onRemove={this.removeEntry}
disabled={disabled}
helpText={t("help.proxyExcludesHelpText")}
/>
);
}