fix accessibility issue for open dialog location radio button (#22812)

* fix accessibliity issue where location radio button showed as required

* fix ariaLabel
This commit is contained in:
Kim Santiago
2023-04-21 09:53:02 -07:00
committed by GitHub
parent c8618d39fe
commit 41e6f3b84b
2 changed files with 5 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ export const GitRepoUrlTitle = localize('dataworkspace.gitRepoUrlTitle', "Git re
export const GitRepoUrlPlaceholder = localize('dataworkspace.gitRepoUrlPlaceholder', "Enter remote git repository URL");
export const LocalClonePathTitle = localize('dataworkspace.localClonePathTitle', "Local clone path");
export const LocalClonePathPlaceholder = localize('dataworkspace.localClonePathPlaceholder', "Select location to clone repository locally");
export const ProjectFileTitle = localize('dataworkspace.projectFileTitle', "Project file");
// Workspace settings for saving new projects
export const ProjectConfigurationKey = 'projects';