diff --git a/src/locales/en-US/app.ftl b/src/locales/en-US/app.ftl index 5c5e92a55..c4c6b63f7 100644 --- a/src/locales/en-US/app.ftl +++ b/src/locales/en-US/app.ftl @@ -67,6 +67,7 @@ about-Page--available = Available in: # Components that related to Account such as profile, hover card. -edit-profile = Edit profile +account-Action--login = Sign in account-Badge--admin = Admin account-Badge--bot = Bot account-Badge--moderator = Moderator diff --git a/src/soapbox/features/ui/components/cta-banner.tsx b/src/soapbox/features/ui/components/cta-banner.tsx index cecd4fbbd..f27733546 100644 --- a/src/soapbox/features/ui/components/cta-banner.tsx +++ b/src/soapbox/features/ui/components/cta-banner.tsx @@ -1,3 +1,4 @@ +import { Localized } from '@fluent/react'; import React from 'react'; import { FormattedMessage } from 'react-intl'; @@ -27,9 +28,11 @@ const CtaBanner = () => { - + + + + + + {isOpen && (