Fix failing feature tests

This commit is contained in:
Aditya Toshniwal 2023-11-16 21:01:43 +05:30
parent 0e3dc74bb4
commit 0358298090

View File

@ -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??'';
},