app: removed extra 'v' from KopiaUI window captions

This commit is contained in:
Jarek Kowalski committed 2020-07-31 22:35:20 -07:00
1 parent 40acf238f3
commit bc0df1e58e
2 files changed
+2 -2

No files matched your search

+1 -1
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>
+1 -1
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>