Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Make sure hashtag works for all locales
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Jan 20, 2019
1 parent d9f3fb9 commit 89be1cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion public/locales/en-US/activate.ftl
Expand Up @@ -38,7 +38,7 @@ jumbotron-no-campaign-description = An extra cool Mozilla campaign is coming soo
activate = Activate
activate-description = The Activate Mozilla campaign aims at the grassroots of volunteer contributions. We want to bring more clarity on what are the most important areas to contribute to at Mozilla right now by providing guidance to mobilizers on how to recruit contributors and create community around meaningful Mozilla projects.
home-cta = Share your experience with
home-cta = Share your experience with #MozActivate
activities-homepage-title = Activities galore!
activities-homepage-description = While we’re coming up with our next campaign, hone your contribution skills with our activities — they are quite snazzy!
Expand Down
9 changes: 3 additions & 6 deletions src/components/HomeCTA.js
Expand Up @@ -18,12 +18,9 @@ class HomeCTA extends Component {

return (
<div className={classString}>
<span className="home-cta__text">
<Localized id="home-cta">
Share your experience with
</Localized>
</span>
<span className="home-cta__hashtag"> #MozActivate </span>
<Localized id="home-cta">
<span className="home-cta__text"></span>
</Localized>
</div>
);
}
Expand Down

0 comments on commit 89be1cf

Please sign in to comment.