Project

General

Profile

« Previous | Next » 

Revision 56811

Connect: Add new functionality dont show message again on modal.

View differences:

browse-community.component.ts
56 56
    this.modal.cancelButton = true;
57 57
    this.modal.okButton = true;
58 58
    this.modal.alertTitle = 'You are going to visit ' +
59
      ((this.community.title) ? this.community.title : this.community.shortTitle);
59
      ((this.community.title) ? this.community.title : this.community.shortTitle) + ' Gateway';
60 60
    this.modal.alertMessage = false;
61 61
    this.modal.okButtonLeft = false;
62 62
    this.modal.okButtonText = 'Yes';

Also available in: Unified diff