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 (
|
||||
|
||||
@@ -621,7 +621,7 @@
|
||||
"Collection created": "Collection created",
|
||||
"Receive a notification whenever a new collection is created": "Receive a notification whenever a new collection is created",
|
||||
"Getting started": "Getting started",
|
||||
"Tips on getting started with Outline`s features and functionality": "Tips on getting started with Outline`s features and functionality",
|
||||
"Tips on getting started with Outline’s features and functionality": "Tips on getting started with Outline’s features and functionality",
|
||||
"New features": "New features",
|
||||
"Receive an email when new features of note are added": "Receive an email when new features of note are added",
|
||||
"Notifications saved": "Notifications saved",
|
||||
|
||||
Reference in New Issue
Block a user