Remove dot in notifications title

Mark Veidemanis 1 year ago
parent 8afe638f0d
commit a96c99b9e4
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -11,7 +11,7 @@ class NotificationsUpdate(LoginRequiredMixin, ObjectUpdate):
model = NotificationSettings
form_class = NotificationSettingsForm
page_title = "Update your notification settings."
page_title = "Update your notification settings"
page_subtitle = (
"At least the topic must be set if you want to receive notifications."
)

Loading…
Cancel
Save