Skip to content

Commit

Permalink
issue fixed (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiAdrian authored Aug 20, 2024
1 parent e499e9e commit e313580
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<sbb-page-layout *ngIf="projectSubject.asObservable() | async as proj">
<div class="header">
<h1>
{{ proj.name }}
<ng-container *ngIf="proj.isArchived">{{ ' ' + 'app.view.variant.variants-view.archived' | translate }}</ng-container>
{{ proj.name + ' '}}
<ng-container *ngIf="proj.isArchived">{{ 'app.view.variant.variants-view.archived' | translate }}</ng-container>
</h1>
</div>

Expand Down

0 comments on commit e313580

Please sign in to comment.