Skip to content

Commit 2262433

Browse files
committed
Revert tooltipSuggestGroupsText
1 parent ae7a1ae commit 2262433

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: packages/client/components/RetroGroupPhase.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ const RetroGroupPhase = (props: Props) => {
9898
MenuPosition.UPPER_CENTER
9999
)
100100
const showSuggestGroups = !resetReflectionGroups // resetReflectionGroups only exists after clicking suggest groups and is removed after clicking reset
101-
const tooltipSuggestGroupsText = `Click to group cards by common topics. Don't worry, you'll be able to undo this! This is a premium feature that we'll share with you during your first few retros.`
101+
const tooltipSuggestGroupsText = `Click to group cards by common topics. Don't worry, you'll be able to undo this! ${
102+
tier === 'starter'
103+
? `This is a premium feature that we'll share with you during your first few retros.`
104+
: ''
105+
}`
102106
const tooltipResetText = `Reset your groups to the way they were before you clicked Suggest Groups`
103107
const teamOverLimitText = `You have reached the limit. Please upgrade to a paid plan to continue using this feature.`
104108
const tooltipText = showSuggestGroups

0 commit comments

Comments
 (0)