This commit is contained in:
SteVen Batten 2021-06-30 15:35:05 -07:00
parent cf0231eb6e
commit d26e56ebad

View file

@ -815,7 +815,7 @@ export class WorkspaceTrustEditor extends EditorPane {
configurationTitle.innerText = localize('trustedFoldersAndWorkspaces', "Trusted Folders & Workspaces");
const configurationDescription = append(this.configurationContainer, $('.workspace-trusted-folders-description'));
configurationDescription.innerText = localize('trustedFoldersDescription', "You trust the following folders, their children, and workspace files.");
configurationDescription.innerText = localize('trustedFoldersDescription', "You trust the following folders, their subfolders, and workspace files.");
this.workpaceTrustedUrisTable = this._register(this.instantiationService.createInstance(WorkspaceTrustedUrisTable, this.configurationContainer));
}