From 63521002ccb2fea76210d11b92a42a6a5635c45d Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Tue, 19 Apr 2022 17:00:55 +0200 Subject: [PATCH] fix(postgresql): Fix driver UI label "Postgre SQL" => "PostgreSQL" --- plugins/dbgate-plugin-postgres/src/frontend/drivers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,