app: removed extra 'v' from KopiaUI window captions

This commit is contained in:
Jarek Kowalski
2020-07-31 06:01:44 -07:00
parent 40acf238f3
commit bc0df1e58e
2 changed files with 2 additions and 2 deletions

View File

@@ -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`.
-->
<title>Repositories - v%REACT_APP_SHORT_VERSION_INFO%</title>
<title>Repositories - %REACT_APP_SHORT_VERSION_INFO%</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

View File

@@ -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`.
-->
<title>Kopia UI v%REACT_APP_SHORT_VERSION_INFO%</title>
<title>Kopia UI %REACT_APP_SHORT_VERSION_INFO%</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>