Update sql migration extension strings (#16801)

* initial capitalize; add periods; replace (s) with plural nouns to improve localization
This commit is contained in:
Rachel Kim
2021-08-19 11:07:51 -07:00
committed by GitHub
parent 9f9e562e77
commit c8602c2ced
3 changed files with 90 additions and 90 deletions

View File

@@ -551,7 +551,7 @@ export class DashboardWidget {
const statusContainerTitle = view.modelBuilder.text().withProps({
value: loc.DATABASE_MIGRATION_STATUS,
CSSStyles: {
'font-size': '14px',
'font-size': '18px',
'font-weight': 'bold',
'margin': '0px',
'width': '290px'