summaryrefslogtreecommitdiff
path: root/web/views/sources.erb
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2012-01-24 18:31:51 +0100
committerJochen Topf <jochen@topf.org>2012-01-24 18:31:51 +0100
commit90d39cf1da031958b188591556164d97db24e026 (patch)
tree3b104d3a9b99e5a18f15b365e5b9373462efddef /web/views/sources.erb
parentd932dc515b51156ab50c40ee239ea210dd4406fa (diff)
downloadtaginfo-90d39cf1da031958b188591556164d97db24e026.tar
taginfo-90d39cf1da031958b188591556164d97db24e026.tar.gz
I18N cleanup
Diffstat (limited to 'web/views/sources.erb')
-rw-r--r--web/views/sources.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/views/sources.erb b/web/views/sources.erb
index 0412a51..adc790b 100644
--- a/web/views/sources.erb
+++ b/web/views/sources.erb
@@ -1,20 +1,20 @@
<div class="pre">
<h1 class="section"><%= t.taginfo.sources %></h1>
- <%= t.pages.sources.index.intro %>
+ <%= t.pages.sources.intro %>
</div>
<div class="box resize">
<table class="list">
<tr>
- <th class="tl"><%= t.taginfo.source %></th><th><%= t.pages.sources.index.data_until %>*</th><th><%= t.pages.sources.index.last_update_run %></th>
+ <th class="tl"><%= t.taginfo.source %></th><th><%= t.pages.sources.data_until %>*</th><th><%= t.pages.sources.last_update_run %></th>
</tr>
<% Source.visible.each_with_index do |source, n| c = (n%2!=0) ? ' even' : '' %>
<tr>
<td class="<%= c %>"><%= source.name %>
<td class="tc<%= c %>"><%= source.data_until %> UTC</td>
- <td class="tc<%= c %>"><%= source.update_start + ' ' + t.pages.sources.index.to + ' ' + source.update_end %> UTC</td>
+ <td class="tc<%= c %>"><%= source.update_start + ' ' + t.pages.sources.to + ' ' + source.update_end %> UTC</td>
</tr>
<% end %>
</table>
- <p style="font-size: 80%">* <%= t.pages.sources.index.data_until_explanation %></p>
+ <p style="font-size: 80%">* <%= t.pages.sources.data_until_explanation %></p>
</div>