Project

General

Profile

« Previous | Next » 

Revision 55342

[Trunk|Connect]: Change search communities title with no prefix

View differences:

contact.component.ts
46 46

  
47 47

  
48 48
    ngOnInit() {
49
        this._title.setTitle('OpenAIRE-Connect|Contact Us');
49
        this._title.setTitle('OpenAIRE-Connect | Contact Us');
50 50
        this.route.data.subscribe((data: { envSpecific: EnvProperties }) => {
51 51
            this.properties = data.envSpecific;
52 52
            this.email = {body: '', subject: '', recipients: []};
......
72 72
            this.sendMail(this.properties.admins);
73 73
        }
74 74
        else {
75
            this.errorMessage = 'Please fill all the required fields!'
75
            this.errorMessage = 'Please fill in all the required fields!'
76 76
        }
77 77
    }
78 78

  

Also available in: Unified diff