fix(my-account): Typo fix inside my-account. (TV-593)
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
<div class="my-account__block" *ngIf="selectedOrganization$ | async as selectedOrganization">
|
<div class="my-account__block" *ngIf="selectedOrganization$ | async as selectedOrganization">
|
||||||
<h2>Organisation</h2>
|
<h2>Organisation</h2>
|
||||||
<p>
|
<p>
|
||||||
Du nuvarande organisation är: {{selectedOrganization.name}}, {{selectedOrganization.organizationNumber}}.
|
Din nuvarande organisation är: {{selectedOrganization.name}}, {{selectedOrganization.organizationNumber}}.
|
||||||
</p>
|
</p>
|
||||||
<ng-container *ngIf="(otherOrganizations$ | async).length">
|
<ng-container *ngIf="(otherOrganizations$ | async).length">
|
||||||
<p>Du tillhör flera organisationer. Du kan byta organisation i formuläret.</p>
|
<p>Du tillhör flera organisationer. Du kan byta organisation i formuläret.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user