From: Oliver Lippert Date: Wed, 11 May 2022 06:26:24 +0000 (+0200) Subject: fix typo in update notification popup X-Git-Tag: v1.8.0-beta.rc1~119^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F921%2Fhead;p=thirdparty%2Fpaperless-ngx.git fix typo in update notification popup seems like appRemoteVersion.version brings it's own "v" --- diff --git a/src-ui/src/app/components/app-frame/app-frame.component.html b/src-ui/src/app/components/app-frame/app-frame.component.html index 8f480dea4d..718e2a2420 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.html +++ b/src-ui/src/app/components/app-frame/app-frame.component.html @@ -188,7 +188,7 @@
{{ versionString }}
- Paperless-ngx v{{ appRemoteVersion.version }} is available.
Click to view.
+ Paperless-ngx {{ appRemoteVersion.version }} is available.
Click to view.
Checking for updates is disabled.
Click for more information.