mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -05:00
Fix BDC mount status error message string (#12870)
This commit is contained in:
@@ -264,7 +264,7 @@ export class ClusterController implements IClusterController {
|
||||
return await this.withConnectRetry<MountStatusResponse>(
|
||||
this.getMountStatusImpl,
|
||||
promptConnect,
|
||||
localize('bdc.error.mountHdfs', "Error creating mount"),
|
||||
localize('bdc.error.statusHdfs', "Error getting mount status"),
|
||||
mountPath);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user