File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
fusion-studio-extension/src/browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1421,7 +1421,7 @@ export class FSCore {
14211421 if ( this . node && FSNode . isConnection ( this . node ) ) {
14221422 const node = this . node as FSConnectionNode ;
14231423 const msg = document . createElement ( 'p' ) ;
1424- msg . innerHTML = 'Are you sure you want to remove the connection: <strong>' + node . connectionNode . name + '</strong>?<br/>' +
1424+ msg . innerHTML = 'Are you sure you want to remove the connection: <strong>' + node . connectionNode . nodeName + '</strong>?<br/>' +
14251425 'Server URI: <strong>' + node . connectionNode . connection . server + '</strong><br/>' +
14261426 'Username: <strong>' + node . connectionNode . connection . username + '</strong>' ;
14271427 const dialog = new ConfirmDialog ( {
You can’t perform that action at this time.
0 commit comments