mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix a couple a11y issues (#8334)
* Fix a couple a11y issues * Add other dialog
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user