Skip to content

Commit

Permalink
change feature preview banner wording (#4529)
Browse files Browse the repository at this point in the history
* change feature preview banner wording

* update french
  • Loading branch information
lcampbell2 committed May 17, 2023
1 parent cbd69de commit 9e6d22c
Show file tree
Hide file tree
Showing 3 changed files with 344 additions and 338 deletions.
4 changes: 3 additions & 1 deletion frontend/src/app/TopBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ export const TopBanner = (props) => {
<ABTestVariant name="A">
<Trans>BETA</Trans>
</ABTestVariant>
<ABTestVariant name="B">INSIDER</ABTestVariant>
<ABTestVariant name="B">
<Trans>PREVIEW</Trans>
</ABTestVariant>
</ABTestingWrapper>
}
ml={{ base: '0', md: 'auto' }}
Expand Down
Loading

0 comments on commit 9e6d22c

Please sign in to comment.