mirror of
https://github.com/kopia/kopia.git
synced 2026-01-04 12:37:52 -05:00
app: removed extra 'v' from KopiaUI window captions
This commit is contained in:
@@ -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