]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
fix typo in update notification popup 921/head
authorOliver Lippert <oliver@allesit.de>
Wed, 11 May 2022 06:26:24 +0000 (08:26 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 06:26:24 +0000 (08:26 +0200)
seems like appRemoteVersion.version brings it's own "v"

src-ui/src/app/components/app-frame/app-frame.component.html

index 8f480dea4db11d95a92f5218ff2492716a4cf8c8..718e2a24203b8a9044b781e23e6c2d0827f36275 100644 (file)
               <div class="me-3">{{ versionString }}</div>
               <div *ngIf="appRemoteVersion" class="version-check">
                 <ng-template #updateAvailablePopContent>
-                  <span class="small">Paperless-ngx v{{ appRemoteVersion.version }} <ng-container i18n>is available.</ng-container><br/><ng-container i18n>Click to view.</ng-container></span>
+                  <span class="small">Paperless-ngx {{ appRemoteVersion.version }} <ng-container i18n>is available.</ng-container><br/><ng-container i18n>Click to view.</ng-container></span>
                 </ng-template>
                 <ng-template #updateCheckingNotEnabledPopContent>
                   <span class="small"><ng-container i18n>Checking for updates is disabled.</ng-container><br/><ng-container i18n>Click for more information.</ng-container></span>