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:
		| @@ -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": "/", | ||||
|   | ||||
| @@ -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 = [ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user