fix: Gap and grammar in Notification settings
This commit is contained in:
@@ -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 Outline’s 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 (
|
||||
|
||||
Reference in New Issue
Block a user