mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-16 20:28:09 +01:00
further i18n changes for Hebrew, impacting other locales too
This commit is contained in:
parent
ea158d8aab
commit
6ec41600ab
12 changed files with 277 additions and 272 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<% context = context_form
|
||||
<% context = context_form
|
||||
@context = context
|
||||
-%>
|
||||
|
||||
|
|
@ -11,10 +11,10 @@
|
|||
<div id="edit_error_status"><%= error_messages_for("project") %></div>
|
||||
|
||||
|
||||
<label for="context_name">Context name</label><br/>
|
||||
<label for="context_name"><%= t 'contexts.context_name' %></label><br/>
|
||||
<%= text_field('context', 'name', :class => 'context-name', :tabindex => next_tab_index) %><br/>
|
||||
|
||||
<label for="context_hide">Hide from front page?</label>
|
||||
<label for="context_hide"><%= t 'contexts.context_hide' %> </label>
|
||||
<%= check_box('context', 'hide', {:class => 'context-hide', :tabindex => next_tab_index}) %>
|
||||
<input type="hidden" name="wants_render" value="true" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue