Fix a couple a11y issues (#8334)

* Fix a couple a11y issues

* Add other dialog
This commit is contained in:
Charles Gagnon
2019-11-15 07:41:09 -08:00
committed by GitHub
parent 02b1673c71
commit 7563416754
5 changed files with 6 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ export class AddControllerDialog {
components: [
{
component: this.urlInputBox,
title: localize('textUrlCapital', "URL"),
title: localize('textUrlCapital', "Cluster Management URL"),
required: true
}, {
component: this.authDropdown,

View File

@@ -167,7 +167,7 @@ export abstract class HdfsDialogBase<T extends HdfsDialogProperties, R> {
components: [
{
component: this.urlInputBox,
title: localize('textUrlCapital', "URL"),
title: localize('textUrlCapital', "Cluster Management URL"),
required: true
}, {
component: this.authDropdown,