mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-07 09:35:37 -05:00
Fix backup file validation error message (#472)
* Fix backup error message * check for file existence for restore * chang error message * address pr comment * cleanup
This commit is contained in:
@@ -808,8 +808,8 @@ prototype_file_noApplicableFileGroup = No Applicable Filegroup
|
||||
BackupTaskName = Backup Database
|
||||
|
||||
# Backup File Validation Errors
|
||||
BackupPathIsFolderError = The provided path specifies a directory but a file path is required: {0}
|
||||
InvalidBackupPathError = Cannot verify the existence of the backup file location: {0}
|
||||
BackupPathIsFolderError = Please provide a file path instead of directory path
|
||||
InvalidBackupPathError = The provided path is invalid
|
||||
|
||||
############################################################################
|
||||
# Task Service
|
||||
|
||||
Reference in New Issue
Block a user