We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bbbea commit bc2eb2dCopy full SHA for bc2eb2d
1 file changed
libs/events/src/lib/new-space-select-modal/new-space-filters.component.ts
@@ -62,10 +62,7 @@ import { SpacesService } from '../spaces.service';
62
[ngModel]="region"
63
(ngModelChange)="setRegion($event)"
64
[ngModelOptions]="{ standalone: true }"
65
- [placeholder]="
66
- 'CALENDAR_EVENT.SPACE_REGION_ANY'
67
- | translate
68
- "
+ [placeholder]="'COMMON.REGION_ALL' | translate"
69
>
70
@for (reg of regions | async; track reg) {
71
<mat-option [value]="reg">
0 commit comments