<ng-containeri18n="Version label">Installed version:</ng-container> {{current_version_tag}} - <spanstyle="display: inline-block"*ngIf="checking_for_updates"><mat-spinnerclass="version-spinner"[diameter]="22"></mat-spinner> <ng-containeri18n="Checking for updates text">Checking for updates...</ng-container></span>
<mat-icon*ngIf="!checking_for_updates"class="version-checked-icon">done</mat-icon> <a *ngIf="!checking_for_updates && latestGithubRelease['tag_name'] !== current_version_tag"[href]="latestUpdateLink"target="_blank"><ng-containeri18n="View latest update">Update available</ng-container> - {{latestGithubRelease['tag_name']}}</a>. <ng-containeri18n="Update through settings menu hint">You can update from the settings menu.</ng-container>
<mat-icon*ngIf="!checking_for_updates"class="version-checked-icon">done</mat-icon> <span*ngIf="!checking_for_updates && latestGithubRelease['tag_name'] !== current_version_tag"><a[href]="latestUpdateLink"target="_blank"><ng-containeri18n="View latest update">Update available</ng-container> - {{latestGithubRelease['tag_name']}}</a>. <ng-containeri18n="Update through settings menu hint">You can update from the settings menu.</ng-container></span>
<span*ngIf="!checking_for_updates && latestGithubRelease['tag_name'] === current_version_tag">You are up to date.</span>