fix sayings

This commit is contained in:
Peter Maquiran
2023-03-22 15:31:01 +01:00
parent 7c03c3f822
commit 6f99c792dc
35 changed files with 122 additions and 63 deletions
+2 -1
View File
@@ -32,6 +32,7 @@ import { BackgroundService } from 'src/app/services/background.service';
import { ThemeService } from 'src/app/services/theme.service'
import { SessionStore } from 'src/app/store/session.service';
import { PermissionService } from 'src/app/services/permission.service';
import { environment } from 'src/environments/environment';
@Component({
selector: 'app-agenda',
@@ -164,7 +165,7 @@ export class AgendaPage implements OnInit {
array = []
SessionStore = SessionStore;
environment
environment = environment
constructor(
@Inject(LOCALE_ID) private locale: string,