From 024255c6a55c9f740ce740726616dc6ff4273b06 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Wed, 03 Jun 2026 19:41:10 +0800
Subject: [PATCH] Rename app to PrivateVoice Dictation
---
privatevoice.src/frontend/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/privatevoice.src/frontend/index.html b/privatevoice.src/frontend/index.html
index e90ccab..aeda430 100755
--- a/privatevoice.src/frontend/index.html
+++ b/privatevoice.src/frontend/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>PrivateVoice Input</title>
+ <title>PrivateVoice Dictation</title>
<link rel="stylesheet" href="/src/styles/global.css" />
</head>
<body>
--
Gitblit v1.9.3