File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,7 @@ export function SessionProInfoModal(props: SessionProInfoState) {
264264 if ( isNil ( props ?. variant ) || ( hasPro && ! isProVisibleCTA ( props . variant ) ) ) {
265265 return null ;
266266 }
267+ const isGroupCta = props . variant === SessionProInfoVariant . GROUP_ACTIVATED ;
267268
268269 return (
269270 < SessionWrapperModal
@@ -316,7 +317,7 @@ export function SessionProInfoModal(props: SessionProInfoState) {
316317 >
317318 < SpacerSM />
318319 < StyledCTATitle reverseDirection = { hasPro } >
319- { tr ( hasPro ? ' proActivated' : 'upgradeTo' ) }
320+ { tr ( hasPro ? ( isGroupCta ? 'proGroupActivated' : ' proActivated') : 'upgradeTo' ) }
320321 < ProIconButton iconSize = { 'huge' } dataTestId = "invalid-data-testid" onClick = { undefined } />
321322 </ StyledCTATitle >
322323 < SpacerXL />
You can’t perform that action at this time.
0 commit comments