Skip to content
Snippets Groups Projects
Unverified Commit 23d9bce0 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

properly tag strings in dashboard subscription sidebar (#23131)

parent f3e6878c
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ function NewPulseSidebar({
{!emailConfigured &&
jt`You'll need to ${(
<Link key="link" to="/admin/settings/email" className="link">
set up email
{t`set up email`}
</Link>
)} first.`}
{emailConfigured &&
......@@ -93,7 +93,7 @@ function NewPulseSidebar({
{!slackConfigured &&
jt`First, you'll have to ${(
<Link key="link" to="/admin/settings/slack" className="link">
configure Slack
{t`configure Slack`}
</Link>
)}.`}
{slackConfigured &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment