Index: src/routes/shows.js
===================================================================
--- src/routes/shows.js	(revision 68b27a4b33dc8f60a508ec37fb3f43a747195eec)
+++ src/routes/shows.js	(revision 6d3e2c100bdd039fe8e36935dcbfc4a5ef8631d3)
@@ -1,10 +1,10 @@
 /**
- * Show-agenda + notify-me (premium feature #8) — publieke kant.
+ * Show agenda + notify-me (premium feature #8) — public side.
  *
- *   GET  /shows         -> komende optredens + "houd me op de hoogte"-formulier
- *   POST /shows/notify  -> aanmelden voor show-aankondigingen (subscribers, source
- *                          'notify'; double opt-in als SMTP er is)
+ *   GET  /shows         -> upcoming gigs + "keep me posted" form
+ *   POST /shows/notify  -> subscribe to show announcements (subscribers, source
+ *                          'notify'; double opt-in if SMTP configured)
  *
- * De notify-bevestiging/uitschrijving hergebruikt de generieke subscriber-links
+ * The notify confirm/unsubscribe reuses the generic subscriber links
  * (/nieuwsbrief/bevestigen|uitschrijven/:token). Hub: /user/:slug/shows.
  */
@@ -20,5 +20,5 @@
 const router = express.Router();
 
-// Agenda is opt-in: pas bereikbaar als de beheerder 'm heeft ingeschakeld.
+// Agenda is opt-in: only accessible once the admin has enabled it.
 function agendaOn() { return getSetting('agenda_enabled') === '1'; }
 
