mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user