mirror of
https://github.com/kopia/kopia.git
synced 2026-09-15 14:52:04 -04:00
app: removed extra 'v' from KopiaUI window captions
This commit is contained in:
1 parent
40acf238f3
commit
bc0df1e58e
2 files changed
+2
-2
No files matched your search
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in new issue
Block a user