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 }}
|
{{ 'config.landing_title' | translate }}
|
||||||
</h2>
|
</h2>
|
||||||
<p class="subtitle">
|
<p class="subtitle">
|
||||||
{{ 'config.landing_subtitle' | translate }}
|
{{ 'config.landing_subtitle' | translate: { AppTitle: AppTitle } }}
|
||||||
</p>
|
</p>
|
||||||
<div class="columns">
|
<div class="columns">
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
@ -13,8 +13,10 @@ import { Title } from '@angular/platform-browser';
|
|||||||
})
|
})
|
||||||
export class HomeComponent {
|
export class HomeComponent {
|
||||||
public environment = environment;
|
public environment = environment;
|
||||||
|
public AppTitle = environment.appTitle;
|
||||||
public nonexistent_email = '';
|
public nonexistent_email = '';
|
||||||
public email_sent = false;
|
public email_sent = false;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
@Inject(DOCUMENT) private document: any,
|
@Inject(DOCUMENT) private document: any,
|
||||||
public storageService: StorageService,
|
public storageService: StorageService,
|
||||||
|
Loading…
Reference in New Issue
Block a user