fix postgres product name (#12443)

Co-authored-by: Brian Bergeron <brberger@microsoft.com>
This commit is contained in:
Brian Bergeron
2020-09-18 07:37:47 -07:00
committed by GitHub
parent cac14ff181
commit 89d5c5febc
3 changed files with 4 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ export function miaaDashboard(name: string): string { return localize('arc.miaaD
export function postgresDashboard(name: string): string { return localize('arc.postgresDashboard', "Postgres Dashboard (Preview) - {0}", name); }
export const dataControllersType = localize('arc.dataControllersType', "Azure Arc Data Controller");
export const pgSqlType = localize('arc.pgSqlType', "PostgreSQL Server group - Azure Arc");
export const pgSqlType = localize('arc.pgSqlType', "PostgreSQL Hyperscale - Azure Arc");
export const miaaType = localize('arc.miaaType', "SQL instance - Azure Arc");
export const overview = localize('arc.overview', "Overview");