From 40fa47efca5012a6f1f42bdafaa81018afec540e Mon Sep 17 00:00:00 2001 From: rene Date: Mon, 13 Apr 2026 20:34:08 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Tab=20'Tierarzt'=20=E2=86=92=20'Besuche'?= =?UTF-8?q?=20(Tierarzt=20=3D=20Praxen)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/js/pages/health.js | 2 +- backend/static/sw.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/static/js/pages/health.js b/backend/static/js/pages/health.js index 677fd37..6408d9f 100644 --- a/backend/static/js/pages/health.js +++ b/backend/static/js/pages/health.js @@ -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: '🌿' }, diff --git a/backend/static/sw.js b/backend/static/sw.js index 93b2d87..cbc4199 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications ============================================================ */ -const CACHE_VERSION = 'by-v13'; +const CACHE_VERSION = 'by-v14'; const CACHE_STATIC = `${CACHE_VERSION}-static`; // Diese Dateien werden beim Install gecacht (App Shell)