From: Thomas Wood Date: Thu, 11 Jun 2009 18:25:44 +0000 (+0000) Subject: Fix missing and wrong translation names in layout database offline alert box. X-Git-Tag: live~7104 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c10a2f2580131fa3d50201376d7b88dba67db684 Fix missing and wrong translation names in layout database offline alert box. --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 779ff6cb3..757ee9f15 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -93,11 +93,12 @@ <% if OSM_STATUS == :database_offline or OSM_STATUS == :api_offline %>
- <%= t 'layouts.offline' %> + <%= t 'layouts.osm_offline' %>
<% elsif OSM_STATUS == :database_readonly or OSM_STATUS == :api_readonly %>
- <%= t 'layouts.read_only' %> + <%= t 'layouts.osm_read_only' %> +
<% end %> <% if false %>