Skip to content

Commit

Permalink
WFNEWS-2500 fix typo in offline check
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Dec 14, 2024
1 parent 375e23b commit 04a2afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</div>
<div *ngIf="offLine">
<div class="subtitle">
{{offlineSubtitle}}
{{offLineSubtitle}}
</div>
<p *ngFor="let message of offLineMessages">
{{ message }}
Expand Down

0 comments on commit 04a2afc

Please sign in to comment.