Skip to content

Commit

Permalink
Fix bug 1588470 - Remove the Translate.Next banner. (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
adngdb committed Oct 28, 2019
1 parent ac16c86 commit 952aa8b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frontend/src/core/user/components/UserControls.js
Expand Up @@ -71,18 +71,6 @@ export class UserControlsBase extends React.Component<InternalProps> {
{ user.isAuthenticated ? null :
<SignIn url={ user.signInURL } />
}

{/* To be removed as part of bug 1527853. */}
<p className='translate-next-notice'>
You are on Translate.Next.<br />
<a
href="https://blog.mozilla.org/l10n/2019/09/30/here-comes-pontoons-new-translate-application/"
target="_blank"
rel="noopener noreferrer"
>
Find out more on our blog!
</a>
</p>
</div>;
}
}
Expand Down

0 comments on commit 952aa8b

Please sign in to comment.