fix the reference error due to extra $ in default variable (#12523)

This commit is contained in:
Udeesha Gautam
2020-09-21 10:04:03 -07:00
committed by GitHub
parent 3f77b371b3
commit e892723c58
2 changed files with 3 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ export const enterSystemDbName = localize('enterSystemDbName', "Enter a database
export const databaseNameRequiredVariableOptional = localize('databaseNameRequiredVariableOptional', "A database name is required. The database variable is optional.");
export const databaseNameServerNameVariableRequired = localize('databaseNameServerNameVariableRequired', "A database name, server name, and server variable are required. The database variable is optional");
export const otherServer = 'OtherServer';
export const otherSeverVariable = '$(OtherServer)';
export const otherSeverVariable = 'OtherServer';
export const databaseProject = localize('databaseProject', "Database project");
// Error messages