add a small description for push notifications

This commit is contained in:
Athou
2026-02-19 18:00:15 +01:00
parent ba3214bf10
commit 6861fe303b
29 changed files with 118 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ export function PushNotificationSettings() {
<Stack>
<Select
label={<Trans>Push notification service</Trans>}
description={
<Trans>
Receive push notifications when new feed entries are discovered. Enable "Receive push notifications" in the
settings of each feed for which you want to receive notifications.
</Trans>
}
data={[
{ value: "ntfy", label: "ntfy" },
{ value: "gotify", label: "Gotify" },