You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constshowSuggestGroups=!resetReflectionGroups// resetReflectionGroups only exists after clicking suggest groups and is removed after clicking reset
101
-
consttooltipSuggestGroupsText=`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
+
consttooltipSuggestGroupsText=`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
+
}`
102
106
consttooltipResetText=`Reset your groups to the way they were before you clicked Suggest Groups`
103
107
constteamOverLimitText=`You have reached the limit. Please upgrade to a paid plan to continue using this feature.`
0 commit comments