From bc0df1e58e9991f6262dfeba76bdf2528dc1dfd9 Mon Sep 17 00:00:00 2001 From: Jarek Kowalski Date: Fri, 31 Jul 2020 06:01:44 -0700 Subject: [PATCH] app: removed extra 'v' from KopiaUI window captions --- app/public/index.html | 2 +- htmlui/public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/index.html b/app/public/index.html index 6157c43b3..4d390c8d1 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Repositories - v%REACT_APP_SHORT_VERSION_INFO% + Repositories - %REACT_APP_SHORT_VERSION_INFO% diff --git a/htmlui/public/index.html b/htmlui/public/index.html index eaad78592..8a9545e59 100644 --- a/htmlui/public/index.html +++ b/htmlui/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - Kopia UI v%REACT_APP_SHORT_VERSION_INFO% + Kopia UI %REACT_APP_SHORT_VERSION_INFO%