<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> <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>
<mat-hint><ng-containeri18n="Custom args setting input hint">Global custom args for downloads on the home page. Args are delimited using two commas like so: ,,</ng-container></mat-hint>
<p><ng-containeri18n="youtubedl archive setting Note">Note: This setting only applies to downloads on the Home page. If you would like to use youtube-dl archive functionality in subscriptions, head to the Main tab and activate this option there.</ng-container></p>