mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add unit tests for Book AddFile dialog (#16923)
This commit is contained in:
@@ -105,7 +105,4 @@ export const confirmOverwrite = localize('confirmOverwrite', "File already exist
|
||||
export const title = localize('title', "Title");
|
||||
export const fileName = localize('fileName', "File Name");
|
||||
export const msgInvalidSaveFolder = localize('msgInvalidSaveFolder', "Save location path is not valid.");
|
||||
export function msgDuplicadFileName(file: string): string { return localize('msgDuplicadFileName', "File {0} already exists in the destination folder", file); }
|
||||
|
||||
|
||||
|
||||
export function msgDuplicateFileName(file: string): string { return localize('msgDuplicateFileName', "File {0} already exists in the destination folder", file); }
|
||||
|
||||
Reference in New Issue
Block a user