Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5604,7 +5604,7 @@ const translations = {
title: 'Categories',
description: 'Categories allow you to track and organize spend. Use our default categories or add your own.',
onlyAvailableOnPlan: ({formattedPrice, hasTeam2025Pricing}: {formattedPrice: string; hasTeam2025Pricing: boolean}) =>
`Categories are available on the Collect plan, starting at <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `per member per month.` : `per active member per month.`}</muted-text>`,
`<muted-text>Categories are available on the Collect plan, starting at <strong>${formattedPrice}</strong> ${hasTeam2025Pricing ? `per member per month.` : `per active member per month.`}</muted-text>`,
},
glCodes: {
title: 'GL codes',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/workspace/upgrade/UpgradeIntro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ function UpgradeIntro({feature, onUpgrade, buttonDisabled, loading, isCategorizi
<View style={styles.mb5}>
<Text style={[styles.textHeadlineH1, styles.mb4]}>{translate(feature.title)}</Text>
<Text style={[styles.textNormal, styles.textSupporting, styles.mb4]}>{translate(feature.description)}</Text>
<Text style={[styles.textNormal, styles.textSupporting]}>
<View style={[styles.renderHTML]}>
<RenderHTML html={translate(`workspace.upgrade.${feature.id}.onlyAvailableOnPlan`, {formattedPrice, hasTeam2025Pricing})} />
</Text>
</View>
</View>
<Button
isLoading={loading}
Expand Down
Loading