<mat-icon*ngIf="!checking_for_updates"class="version-checked-icon">done</mat-icon> <ng-container*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></ng-container>
<span*ngIf="!checking_for_updates && latestGithubRelease['tag_name'] === current_version_tag">You are up to date.</span>
<ng-containeri18n="About bug prefix">Found a bug or have a suggestion?</ng-container> <a[href]="issuesLink"target="_blank"><ng-containeri18n="About bug click here">Click here</ng-container></a> <ng-containeri18n="About bug suffix">to create an issue!</ng-container>