Override this method on dialog.ts
protected getDialogOptions() { var opt = super.getDialogOptions(); opt.title = 'Orders by Shipper'; return opt; }