added title_header key for the Help header, only for EN lang so far
This commit is contained in:
parent
14fbd7b205
commit
45d04a44ea
3 changed files with 3 additions and 1 deletions
|
|
@ -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' ),
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -374,6 +374,7 @@ en:
|
|||
birthday_with_year: "%B %d %Y"
|
||||
|
||||
help:
|
||||
title_header: "Help"
|
||||
tutorials: "tutorials"
|
||||
tutorial: "tutorial"
|
||||
irc: "IRC"
|
||||
|
|
|
|||
Loading…
Reference in a new issue