Update frontend branding from 'Voice Language Translator' to 'Talk2Me'
- Updated page title in index.html - Updated main heading in index.html - Updated PWA manifest name - Updated service worker comment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | ||||
|     <title>Voice Language Translator</title> | ||||
|     <title>Talk2Me</title> | ||||
|     <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"> | ||||
|     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> | ||||
|     <link rel="icon" href="/favicon.ico" sizes="any"> | ||||
| @@ -122,7 +122,7 @@ | ||||
| </head> | ||||
| <body> | ||||
|     <div class="container"> | ||||
|         <h1 class="text-center mb-4">Voice Language Translator</h1> | ||||
|         <h1 class="text-center mb-4">Talk2Me</h1> | ||||
|         <!--<p class="text-center text-muted">Powered by Gemma 3, Whisper & Edge TTS</p>--> | ||||
|          | ||||
|         <!-- Multi-speaker toolbar --> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user