From 53f460ca7dc4f116ef573c80552028379cb2a6de Mon Sep 17 00:00:00 2001 From: Reese Russell Date: Tue, 7 Mar 2023 21:53:41 -0800 Subject: [PATCH] Fixed typo --- .../servers/databases/schemas/tables/static/js/table.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js index 1088d3fd4..b404f1285 100644 --- a/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js +++ b/web/pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js @@ -576,7 +576,7 @@ export default class TableSchema extends BaseUISchema { if (state.rlspolicy && this.origData.rlspolicy != state.rlspolicy) { Notify.alert( gettext('Check Policy?'), - gettext('Please check if any policy exist. If no policy exists for the table, a default-deny policy is used, meaning that no rows are visible or can be modified by other users') + gettext('Please check if any policy exists. If no policy exists for the table, a default-deny policy is used, meaning that no rows are visible or can be modified by other users') ); } }