Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,8 @@ export const UpgradePrompt = ({
>
{featureNameBold && (
<span>
{jtString(
c('B7.FilesSubscriptionHelp.Subscription.Info')
.jt`To take advantage of ${featureNameBold} and other advanced features, upgrade your current plan.`,
)}
{c('B7.FilesSubscriptionHelp.Subscription.Info')
.jt`To take advantage of ${featureNameBold} and other advanced features, upgrade your current plan.`}
</span>
)}
{!featureNameBold && (
Expand Down
Loading