diff --git a/searchPages/searchUtils/communitySearchResults.component.ts b/searchPages/searchUtils/communitySearchResults.component.ts index 429774c0..8954ae2e 100644 --- a/searchPages/searchUtils/communitySearchResults.component.ts +++ b/searchPages/searchUtils/communitySearchResults.component.ts @@ -57,7 +57,7 @@ export class CommunitySearchResultsComponent { this.modal.cancelButton = true; this.modal.okButton = true; this.modal.alertTitle = 'You are going to visit ' + - ((community.title) ? community.title : community.shortTitle); + ((community.title) ? community.title : community.shortTitle) + ' Gateway'; this.modal.alertMessage = false; this.modal.okButtonLeft = false; this.modal.okButtonText = 'Yes';