Fix: Tab 'Tierarzt' → 'Besuche' (Tierarzt = Praxen)
This commit is contained in:
parent
fc6a2db744
commit
40fa47efca
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ window.Page_health = (() => {
|
||||||
|
|
||||||
const TABS = [
|
const TABS = [
|
||||||
{ key: 'impfung', label: 'Impfpass', icon: '💉' },
|
{ key: 'impfung', label: 'Impfpass', icon: '💉' },
|
||||||
{ key: 'tierarzt', label: 'Tierarzt', icon: '🩺' },
|
{ key: 'tierarzt', label: 'Besuche', icon: '🩺' },
|
||||||
{ key: 'gewicht', label: 'Gewicht', icon: '⚖️' },
|
{ key: 'gewicht', label: 'Gewicht', icon: '⚖️' },
|
||||||
{ key: 'medikament', label: 'Medikamente',icon: '💊' },
|
{ key: 'medikament', label: 'Medikamente',icon: '💊' },
|
||||||
{ key: 'allergie', label: 'Allergien', icon: '🌿' },
|
{ key: 'allergie', label: 'Allergien', icon: '🌿' },
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
Offline-Cache + Push Notifications
|
Offline-Cache + Push Notifications
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
|
||||||
const CACHE_VERSION = 'by-v13';
|
const CACHE_VERSION = 'by-v14';
|
||||||
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
const CACHE_STATIC = `${CACHE_VERSION}-static`;
|
||||||
|
|
||||||
// Diese Dateien werden beim Install gecacht (App Shell)
|
// Diese Dateien werden beim Install gecacht (App Shell)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue