mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix failing feature tests
This commit is contained in:
parent
0e3dc74bb4
commit
0358298090
@ -43,7 +43,7 @@ define('pgadmin.node.server', [
|
||||
},
|
||||
title: function(d, action) {
|
||||
if(action == 'create') {
|
||||
return gettext('Register - %s', this._label);
|
||||
return gettext('Register - %s', this.label);
|
||||
}
|
||||
return d._label??'';
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user