diff --git a/src/App.js b/src/App.js index 4005acd..d12c500 100644 --- a/src/App.js +++ b/src/App.js @@ -1354,7 +1354,7 @@ function App() {
{session.profile.name}
Profil-ID: {session.profile.id}
-- Erhalte Hinweise über ntfy oder Telegram, sobald Slots gefunden oder gebucht wurden. -
-- Vom Admin vorgegebenes Präfix: {notificationCapabilities.ntfy.topicPrefix} -
- )} -+ Server: {notificationCapabilities.ntfy.serverUrl} (vom Admin festgelegt) +
+ )} + {notificationCapabilities.ntfy.topicPrefix && ( ++ Präfix: {notificationCapabilities.ntfy.topicPrefix} (Bindestrich wird automatisch ergänzt) +
+ )}