diff --git a/locales/en-US/common.ftl b/locales/en-US/common.ftl index 360b98545..802c32658 100644 --- a/locales/en-US/common.ftl +++ b/locales/en-US/common.ftl @@ -31,6 +31,7 @@ nav-install = Install nav-learn = Learn nav-tools = Tools nav-governance = Governance +nav-funding = Funding nav-community = Community nav-blog = Blog nav-playground = Playground diff --git a/templates/components/nav.html.hbs b/templates/components/nav.html.hbs index 5d5df4b5c..fd22f018d 100644 --- a/templates/components/nav.html.hbs +++ b/templates/components/nav.html.hbs @@ -14,6 +14,7 @@
  • {{fluent "nav-playground"}}
  • {{fluent "nav-tools"}}
  • {{fluent "nav-governance"}}
  • +
  • {{fluent "nav-funding"}}
  • {{fluent "nav-community"}}
  • {{fluent "nav-blog"}}