Update action buttons texts (#17193)

Update texts for action buttons
This commit is contained in:
goyal-anjali
2021-09-30 19:14:57 +05:30
committed by GitHub
parent c27ae1d727
commit 5710a53e86
3 changed files with 5 additions and 2 deletions

View File

@@ -246,6 +246,7 @@ export const IMPACT = localize('sql.migration.impact', "Impact");
export const ALL_FIELDS_REQUIRED = localize('sql.migration.all.fields.required', 'All fields are required.');
//Summary Page
export const START_MIGRATION_TEXT = localize('sql.migration.start.migration.button', "Start migration");
export const SUMMARY_PAGE_TITLE = localize('sql.migration.summary.page.title', "Summary");
export const SUMMARY_MI_TYPE = localize('sql.migration.summary.mi.type', "Azure SQL Managed Instance");
export const SUMMARY_VM_TYPE = localize('sql.migration.summary.vm.type', "SQL Server on Azure Virtual Machine");