diff --git a/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js b/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js index 0a5411734..6d06f438f 100644 --- a/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js +++ b/web/pgadmin/tools/schema_diff/static/js/schema_diff_ui.js @@ -207,7 +207,7 @@ export default class SchemaDiffUI { open_query_tool, script_header; - script_header = gettext('-- This script was generated by a beta version of the Schema Diff utility in pgAdmin 4. \n'); + script_header = gettext('-- This script was generated by the Schema Diff utility in pgAdmin 4. \n'); script_header += gettext('-- For the circular dependencies, the order in which Schema Diff writes the objects is not very sophisticated \n'); script_header += gettext('-- and may require manual changes to the script to ensure changes are applied in the correct order.\n'); script_header += gettext('-- Please report an issue for any failure with the reproduction steps. \n');