mirror of
https://github.com/bitwarden/web
synced 2026-01-08 03:23:29 +00:00
set locale for angular app
This commit is contained in:
@@ -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) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user