diff --git a/www/app/templates/application.hbs b/www/app/templates/application.hbs
index da4e0a0..954b368 100644
--- a/www/app/templates/application.hbs
+++ b/www/app/templates/application.hbs
@@ -18,37 +18,37 @@
{{t 'menu.home'}}
{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='blocks' }}
+ {{#active-li currentWhen='blocks'}}
{{#link-to 'blocks'}}
- Pool Blocks
+ {{t 'menu.pool_blocks'}}
{{#if immatureTotal}}
- {{immatureTotal}}
+ {{immatureTotal}}
{{/if}}
{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='payments' }}
+ {{#active-li currentWhen='payments'}}
{{#link-to 'payments'}}
- Payments
+ {{t 'menu.payments'}}
{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='miners' }}
+ {{#active-li currentWhen='miners'}}
{{#link-to 'miners'}}
- Miners
+ {{t 'menu.miners'}}
{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='finders'}}
- {{#link-to 'finders'}}
- Finders
+ {{#active-li currentWhen='about'}}
+ {{#link-to (t 'menu.i18n.about')}}
+ {{t 'menu.about'}}
{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='help' }}
- {{#link-to 'help'}}
- Help
+ {{#active-li currentWhen='help'}}
+ {{#link-to (t 'menu.i18n.help')}}
+ {{t 'menu.help'}}
{{/link-to}}
{{/active-li}}
- {{#active-li currentWhen='about' }}
- {{#link-to 'about'}}
- About
+ {{#active-li currentWhen='finders'}}
+ {{#link-to 'finders'}}
+ {{t 'menu.finders'}}
{{/link-to}}
{{/active-li}}
diff --git a/www/translations/en-us.yaml b/www/translations/en-us.yaml
index 50b5253..8eb2f65 100644
--- a/www/translations/en-us.yaml
+++ b/www/translations/en-us.yaml
@@ -25,6 +25,7 @@ menu:
payments: Payments
miners: Miners
about: About
+ finders: Finders
i18n:
about: about
help: help