1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 11:33:28 +00:00

set locale for angular app

This commit is contained in:
Kyle Spearrin
2018-07-23 21:47:08 -04:00
parent 9d4f29f0a9
commit 65713477de
4 changed files with 18 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
})
export class FooterComponent implements OnInit {
version: string;
year: string = '2016';
year: string = '2015';
constructor(private platformUtilsService: PlatformUtilsService) { }