]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.html.erb
Localisation updates from http://translatewiki.net
[rails.git] / app / views / site / edit.html.erb
index 779abd352b659324992a20c4efd53fc924180066..e5bffd1e4566c5490541e9a2c6e4322570308a6b 100644 (file)
@@ -1,7 +1,7 @@
-<% if OSM_STATUS == :database_offline or OSM_STATUS == :api_offline %>
+<% if STATUS == :database_offline or STATUS == :api_offline %>
 <p><%= t 'layouts.osm_offline' %>
 </p>
-<% elsif OSM_STATUS == :database_readonly or OSM_STATUS == :api_readonly %>
+<% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
 <p><%= t 'layouts.osm_read_only' %>
 </p>
 <% elsif !@user.data_public? %>