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:
Adolfo Delorenzo 2025-06-03 08:59:00 -06:00
parent 92fd390866
commit 77f31cd694
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"name": "Voice Language Translator",
"name": "Talk2Me",
"short_name": "Translator",
"description": "Translate spoken language between multiple languages with speech input and output",
"start_url": "/",

View File

@ -1,4 +1,4 @@
// Service Worker for Voice Language Translator PWA
// Service Worker for Talk2Me PWA
const CACHE_NAME = 'voice-translator-v1';
const ASSETS_TO_CACHE = [

View File

@ -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 -->