added title_header key for the Help header, only for EN lang so far

This commit is contained in:
Pablo Cuadrado 2014-07-01 06:19:29 -03:00
parent 14fbd7b205
commit 45d04a44ea
3 changed files with 3 additions and 1 deletions

View file

@ -26,6 +26,7 @@ app.views.Help = app.views.StaticContentView.extend({
};
this.data = {
title_header: Diaspora.I18n.t( 'title_header' ),
title_getting_help: Diaspora.I18n.t( 'getting_help.title' ),
title_account_and_data_management: Diaspora.I18n.t( 'account_and_data_management.title' ),
title_aspects: Diaspora.I18n.t( 'aspects.title' ),

View file

@ -4,7 +4,7 @@
<div class="container">
<div id="section_header">
<h2 class="help_header">Help</h2>
<h2 class="help_header">{{ title_header }}</h2>
</div>
<div class="row-fluid">

View file

@ -374,6 +374,7 @@ en:
birthday_with_year: "%B %d %Y"
help:
title_header: "Help"
tutorials: "tutorials"
tutorial: "tutorial"
irc: "IRC"