Add required indicator across SQL Migration extension (#16057)

This commit is contained in:
Rachel Kim
2021-08-12 11:20:06 -07:00
committed by GitHub
parent 0f3be7dabc
commit 8bd7125392
5 changed files with 38 additions and 6 deletions

View File

@@ -217,6 +217,7 @@ export const CLOSE = localize('sql.migration.close', "Close");
export const DATA_UPLOADED = localize('sql.migration.data.uploaded.size', "Data Uploaded/Size");
export const COPY_THROUGHPUT = localize('sql.migration.copy.throughput', "Copy Throughput (MBPS)");
export const NEW_SUPPORT_REQUEST = localize('sql.migration.newSupportRequest', "New support request");
export const ALL_FIELDS_REQUIRED = localize('sql.migration.all.fields.required', 'All fields are required.');
//Summary Page
export const SUMMARY_PAGE_TITLE = localize('sql.migration.summary.page.title', "Summary");