mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 01:25:38 -05:00
Parameter renaming and number of calls reduce (#23760)
Co-authored-by: Alexander Perfilyev <aperfilyev@microsoft.com>
This commit is contained in:
committed by
GitHub
parent
8bdc7d0346
commit
8b4b84e5c0
@@ -141,7 +141,7 @@ export const ASSESSMENT_COMPLETED = (serverName: string): string => {
|
||||
export const ASSESSMENT_FAILED = (serverName: string): string => {
|
||||
return localize('sql.migration.assessment.failed', "The assessment of your SQL Server instance '{0}' failed.", serverName);
|
||||
};
|
||||
export function ASSESSMENT_TILE(serverName: string): string {
|
||||
export function ASSESSMENT_TITLE(serverName: string): string {
|
||||
return localize('sql.migration.assessment', "Assessment results for '{0}'", serverName);
|
||||
}
|
||||
export function CAN_BE_MIGRATED(eligibleDbs: number, totalDbs: number): string {
|
||||
|
||||
Reference in New Issue
Block a user