Skip to content

Commit

Permalink
better i18n tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Jan 18, 2025
1 parent 63a2257 commit e329d9c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,21 @@
<button
mat-stroked-button
class="flex-grow"
i18n
matTooltip="Load the latest linked external profile and update the related fields of this record with the external data."
i18n-matTooltip
(click)="updateExternalData()"
[disabled]="isLoading()"
>
@if (isLoading()) {
<div style="display: flex">
<label>loading data...</label>
<label i18n>loading data...</label>
<mat-spinner
diameter="18"
style="margin-left: 12px"
></mat-spinner>
</div>
} @else {
Update data
<span i18n>Update data</span>
}
</button>
}
Expand Down

0 comments on commit e329d9c

Please sign in to comment.