diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 771446c..f1899a8 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1013,7 +1013,6 @@ function AppContent() {

{t('dashboard.reorder.title')}

- {t('dashboard.reorder.badge')}
{(() => { if (meds.length === 0) { @@ -1105,7 +1104,6 @@ function AppContent() {

{t('dashboard.overview.title')}

- {t('dashboard.overview.badge')}
@@ -1374,7 +1372,6 @@ function AppContent() {

{t('medications.list.title')}

- {loading ? t('common.loading') : t('medications.list.entries', { count: meds.length })}
{meds.map((med) => ( @@ -1413,7 +1410,6 @@ function AppContent() {

{editingId ? t('form.editEntry') : t('form.newEntry')}

- {t('form.badge')}