mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
add var apptitle in landing
This commit is contained in:
parent
85c0e5ec9e
commit
f8eea43782
@ -7,7 +7,7 @@
|
||||
{{ 'config.landing_title' | translate }}
|
||||
</h2>
|
||||
<p class="subtitle">
|
||||
{{ 'config.landing_subtitle' | translate }}
|
||||
{{ 'config.landing_subtitle' | translate: { AppTitle: AppTitle } }}
|
||||
</p>
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
|
@ -13,8 +13,10 @@ import { Title } from '@angular/platform-browser';
|
||||
})
|
||||
export class HomeComponent {
|
||||
public environment = environment;
|
||||
public AppTitle = environment.appTitle;
|
||||
public nonexistent_email = '';
|
||||
public email_sent = false;
|
||||
|
||||
constructor(
|
||||
@Inject(DOCUMENT) private document: any,
|
||||
public storageService: StorageService,
|
||||
|
Loading…
Reference in New Issue
Block a user