Merged PR 1726: #4419 - Pop Up - Wording Änderung

#4419 - Pop Up - Wording Änderung

Related work items: #4419
This commit is contained in:
Anastasiia Chetverykova
2024-01-15 12:38:18 +00:00
committed by Nino Righi
parent 55bd001146
commit d47e617f8c

View File

@@ -338,7 +338,7 @@ export class ArticleDetailsComponent implements OnInit, OnDestroy {
const item = await this.store.item$.pipe(first()).toPromise();
const modal = this.uiModal.open<BranchDTO>({
content: ModalAvailabilitiesComponent,
title: 'Weitere Verfügbarkeiten',
title: 'Bestände in anderen Filialen',
data: {
item,
},