fix: Gap and grammar in Notification settings

This commit is contained in:
Tom Moor
2022-06-05 11:46:43 +02:00
parent e337123cfd
commit c4c5b6289e
2 changed files with 2 additions and 9 deletions

View File

@@ -44,15 +44,12 @@ function Notifications() {
"Receive a notification whenever a new collection is created"
),
},
{
separator: true,
},
{
visible: isCloudHosted,
event: "emails.onboarding",
title: t("Getting started"),
description: t(
"Tips on getting started with Outline`s features and functionality"
"Tips on getting started with Outlines features and functionality"
),
},
{
@@ -121,10 +118,6 @@ function Notifications() {
<h2>{t("Notifications")}</h2>
{options.map((option) => {
if (option.separator || !option.event) {
return <br />;
}
const setting = notificationSettings.getByEvent(option.event);
return (