fix(branding): rename ManaContacts to Kontakte

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-03 11:38:53 +02:00
parent 019f3eb9fd
commit f7ee9ead44
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ const sections: Section[] = [
apps: [
{ name: 'ManaTodo', icon: 'ph:check-square-bold', tagline: 'Aufgaben', url: 'https://todo.mana.how' },
{ name: 'ManaCalendar', icon: 'ph:calendar-bold', tagline: 'Kalender', url: 'https://calendar.mana.how' },
{ name: 'ManaContacts', icon: 'ph:address-book-bold', tagline: 'Kontakte', url: 'https://contacts.mana.how' },
{ name: 'Kontakte', icon: 'ph:address-book-bold', tagline: 'Kontakte', url: 'https://contacts.mana.how' },
{ name: 'ManaStorage', icon: 'ph:cloud-bold', tagline: 'Cloud-Speicher', url: 'https://storage.mana.how' },
{ name: 'Inventar', icon: 'ph:package-bold', tagline: 'Inventar', url: 'https://inventar.mana.how' },
],

View file

@ -343,7 +343,7 @@ export const appConfigs: Record<string, AppConfig> = {
contacts: {
name: 'contacts',
displayName: 'ManaContacts',
displayName: 'Kontakte',
tagline: 'Kontaktverwaltung',
description: 'Verwalte deine Kontakte übersichtlich mit Gruppen, Tags und Notizen.',
logoEmoji: '👥',

View file

@ -242,7 +242,7 @@ export const MANA_APPS: ManaApp[] = [
},
{
id: 'contacts',
name: 'ManaContacts',
name: 'Kontakte',
description: {
de: 'Kontaktverwaltung',
en: 'Contact Management',