Fix: Tab 'Tierarzt' → 'Besuche' (Tierarzt = Praxen)

This commit is contained in:
rene 2026-04-13 20:34:08 +02:00
parent fc6a2db744
commit 40fa47efca
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ window.Page_health = (() => {
const TABS = [
{ key: 'impfung', label: 'Impfpass', icon: '💉' },
{ key: 'tierarzt', label: 'Tierarzt', icon: '🩺' },
{ key: 'tierarzt', label: 'Besuche', icon: '🩺' },
{ key: 'gewicht', label: 'Gewicht', icon: '⚖️' },
{ key: 'medikament', label: 'Medikamente',icon: '💊' },
{ key: 'allergie', label: 'Allergien', icon: '🌿' },