diff --git a/web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js b/web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js index 2ace07e5..ed56a89e 100644 --- a/web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js +++ b/web/pgadmin/tools/grant_wizard/static/js/grant_wizard.js @@ -741,7 +741,7 @@ define([ var privilegePage = self.privilegePage = new pgBrowser.WizardPage({ id: 2, page_title: _('Privileges Selection (step 2 of 3)'), - show_description: _('Please select privileges for the selected objects.'), + show_description: _('Please add privileges for the selected objects.'), disable_next: true, model: newModel,