mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Moving the messages used in common utilities in a separate javascript.
This commit is contained in:
@@ -57,9 +57,9 @@ function(_, $, pgBrowser) {
|
||||
}
|
||||
this.timeout = setTimeout(
|
||||
function() {
|
||||
var sql = '-- Please select an object in the tree view.';
|
||||
var sql = '';
|
||||
if (node) {
|
||||
sql = '-- No SQL could be generated for the selected object.';
|
||||
sql = pgBrowser.messages.NODE_HAS_NO_SQL;
|
||||
if (node.hasSQL) {
|
||||
|
||||
sql = '';
|
||||
|
||||
Reference in New Issue
Block a user