Rename project from "Cheating Daddy" to "Mastermind" across all configurations and components to reflect the new branding.

This commit is contained in:
Илья Глазунов
2026-02-14 20:31:35 +03:00
parent bd62cf5524
commit 8b216bbb33
6 changed files with 25 additions and 25 deletions
+4 -4
View File
@@ -242,15 +242,15 @@ export class AppHeader extends LitElement {
getViewTitle() {
const titles = {
onboarding: 'Welcome to Cheating Daddy',
main: 'Cheating Daddy',
onboarding: 'Welcome to Mastermind',
main: 'Mastermind',
customize: 'Customize',
help: 'Help & Shortcuts',
history: 'Conversation History',
advanced: 'Advanced Tools',
assistant: 'Cheating Daddy',
assistant: 'Mastermind',
};
return titles[this.currentView] || 'Cheating Daddy';
return titles[this.currentView] || 'Mastermind';
}
getElapsedTime() {