diff --git a/plugins/dbgate-plugin-postgres/src/frontend/drivers.js b/plugins/dbgate-plugin-postgres/src/frontend/drivers.js index 29b8b0c90..bbffecbc9 100644 --- a/plugins/dbgate-plugin-postgres/src/frontend/drivers.js +++ b/plugins/dbgate-plugin-postgres/src/frontend/drivers.js @@ -100,7 +100,7 @@ $$ LANGUAGE plpgsql;`, const postgresDriver = { ...postgresDriverBase, engine: 'postgres@dbgate-plugin-postgres', - title: 'Postgre SQL', + title: 'PostgreSQL', defaultPort: 5432, dialect: { ...dialect,