change word

This commit is contained in:
Peter Maquiran
2023-06-12 10:05:59 +01:00
parent e2cd5d0d8b
commit 55b1f488cb
10 changed files with 28 additions and 102 deletions
@@ -4,7 +4,7 @@
<ion-content>
<div class="header-content width-100">
<div class="header-title d-flex width-100">
<h3>Deseja retirar este expediente da sua caixa de correspondência?</h3>
<h3>Deseja arquivar este expediente?</h3>
</div>
</div>
<div class="header-body width-100">
@@ -268,7 +268,8 @@ export class GabineteDigitalPage implements OnInit {
checkFilter() {
const currentFilter = this.filterName
if(this.router.url.includes('ForToDay')) {
this.filterName = 'Para hoje'
} else if (this.router.url.includes('OverdueTasks')) {
@@ -279,6 +280,10 @@ export class GabineteDigitalPage implements OnInit {
this.filterName = 'Não lidos'
}
if(currentFilter != this.filterName) {
this.dynamicSearch()
}
console.log('this.filterName', this.filterName)
}
@@ -359,6 +364,8 @@ export class GabineteDigitalPage implements OnInit {
this.hideInMobile = false;
this.segmentVista = "listview";
}
this.checkFilter();
}
checkRoutes() {