diff --git a/apps/manacore/apps/landing/src/pages/apps/index.astro b/apps/manacore/apps/landing/src/pages/apps/index.astro index 8ced37702..2e54a2966 100644 --- a/apps/manacore/apps/landing/src/pages/apps/index.astro +++ b/apps/manacore/apps/landing/src/pages/apps/index.astro @@ -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' }, ], diff --git a/apps/manacore/apps/web/src/lib/config/apps.ts b/apps/manacore/apps/web/src/lib/config/apps.ts index 0c54e1f79..a61c24e0e 100644 --- a/apps/manacore/apps/web/src/lib/config/apps.ts +++ b/apps/manacore/apps/web/src/lib/config/apps.ts @@ -343,7 +343,7 @@ export const appConfigs: Record = { contacts: { name: 'contacts', - displayName: 'ManaContacts', + displayName: 'Kontakte', tagline: 'Kontaktverwaltung', description: 'Verwalte deine Kontakte übersichtlich mit Gruppen, Tags und Notizen.', logoEmoji: '👥', diff --git a/packages/shared-branding/src/mana-apps.ts b/packages/shared-branding/src/mana-apps.ts index 9f83bfb38..b9c1e058e 100644 --- a/packages/shared-branding/src/mana-apps.ts +++ b/packages/shared-branding/src/mana-apps.ts @@ -242,7 +242,7 @@ export const MANA_APPS: ManaApp[] = [ }, { id: 'contacts', - name: 'ManaContacts', + name: 'Kontakte', description: { de: 'Kontaktverwaltung', en: 'Contact Management',