chore: Extract product name from translation strings (#4646)
This commit is contained in:
@@ -62,9 +62,7 @@ function Notifications() {
|
||||
visible: isCloudHosted,
|
||||
event: "emails.onboarding",
|
||||
title: t("Getting started"),
|
||||
description: t(
|
||||
"Tips on getting started with Outline’s features and functionality"
|
||||
),
|
||||
description: t("Tips on getting started with features and functionality"),
|
||||
},
|
||||
{
|
||||
visible: isCloudHosted,
|
||||
|
||||
Reference in New Issue
Block a user